all repos

init.lua @ dc957d519a2562af7cccfb2831d5e1e4f830bd4a

my nvim config
1 files changed, 2 insertions(+), 1 deletions(-)
Added plugin comments
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-01 15:46:12 +0200
Parent: 2836eff
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" }