include editor config in lazy disabled_plugins list

This commit is contained in:
siduck 2023-06-01 22:07:27 +05:30
parent d72d935b35
commit f8a489ea1a
2 changed files with 7 additions and 6 deletions

View File

@ -41,6 +41,7 @@ return {
"compiler",
"bugreport",
"ftplugin",
"editorconfig",
},
},
},

View File

@ -51,12 +51,12 @@ end
M.gitsigns = {
signs = {
add = { text = '' },
change = { text = '' },
delete = { text = '󰍵' },
topdelete = { text = '' },
changedelete = { text = '~' },
untracked = { text = '' },
add = { text = "" },
change = { text = "" },
delete = { text = "󰍵" },
topdelete = { text = "" },
changedelete = { text = "~" },
untracked = { text = "" },
},
on_attach = function(bufnr)
utils.load_mappings("gitsigns", { buffer = bufnr })