2 files changed,
2 insertions(+),
1 deletions(-)
jump to
| M | init.lua |
| M | lua/plugin.lua |
M
init.lua
@@ -1,3 +1,4 @@
+require "impatient" require "options" require "plugin" require "keymapings"
M
lua/plugin.lua
@@ -8,7 +8,7 @@ use "rmehri01/onenord.nvim" -- theme
use "antoinemadec/FixCursorHold.nvim" use "gpanders/editorconfig.nvim" - use { "lewis6991/impatient.nvim", config = "require'impatient'" } + use "lewis6991/impatient.nvim" use { "tpope/vim-surround", keys = { "c", "d", "y" } } use { "numToStr/Comment.nvim", keys = { "gc" }, config = get_config "Comment" } use { "windwp/nvim-autopairs", config = get_config "plugin.autopairs" }