summaryrefslogtreecommitdiff
path: root/lua/user
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user')
-rw-r--r--lua/user/impatient.lua6
-rw-r--r--lua/user/plugins.lua1
2 files changed, 7 insertions, 0 deletions
diff --git a/lua/user/impatient.lua b/lua/user/impatient.lua
new file mode 100644
index 0000000..84419e0
--- /dev/null
+++ b/lua/user/impatient.lua
@@ -0,0 +1,6 @@
+local status_ok, impatient = pcall(require, "impatient")
+if not status_ok then
+ return
+end
+
+impatient.enable_profile()
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua
index 87a88a5..5588703 100644
--- a/lua/user/plugins.lua
+++ b/lua/user/plugins.lua
@@ -53,6 +53,7 @@ return packer.startup(function(use)
use 'nvim-lualine/lualine.nvim'
use "akinsho/toggleterm.nvim"
use "ahmedkhalf/project.nvim"
+ use 'lewis6991/impatient.nvim'
-- Colorschemes
-- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out