all repos

init.lua @ d3e1aa4

my nvim config
1 files changed, 2 insertions(+), 6 deletions(-)
fix plugins
Author: neoteny ss2316544@gmail.com
Committed at: 2022-02-04 17:22:59 +0200
Parent: d236c40
M lua/plugin.lua

@@ -23,9 +23,8 @@ }

use { "folke/lua-dev.nvim", + config = get_config "lua-dev", ft = "lua", - after = "nvim-lspconfig", - config = get_config "lua-dev", } use {

@@ -55,7 +54,6 @@ }

use { "folke/todo-comments.nvim", - event = "BufEnter", config = get_config "todo-comments", }

@@ -101,9 +99,7 @@

use { "max397574/better-escape.nvim", event = "InsertEnter", - config = function() - require("better_escape").setup { mapping = { "jk" } } - end, + config = get_config "better_escape", } use {