1 files changed,
2 insertions(+),
1 deletions(-)
M
lua/fk/plugin.lua
@@ -12,8 +12,9 @@ use "nvim-lua/plenary.nvim"
use "kyazdani42/nvim-web-devicons" use "rmehri01/onenord.nvim" -- theme use "gpanders/editorconfig.nvim" - use "lewis6991/impatient.nvim" + use "lewis6991/impatient.nvim" -- fast loading + -- Helpers use { "tpope/vim-surround", keys = { "c", "d", "y" } } use { "numToStr/Comment.nvim", keys = { "gc" }, config = get_setup "Comment" } use { "windwp/nvim-autopairs", config = get_config "fk.plugin.autopairs" }