1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-01 19:49:25 +00:00

[neovim] Migrate from packer to lazy

This commit is contained in:
2023-01-20 18:57:58 +01:00
parent 06032b6fd0
commit cdcd1cbf9f
8 changed files with 147 additions and 211 deletions

View File

@ -12,7 +12,8 @@ indent_blankline.setup({
buftype_exclude = { "terminal", "nofile" },
filetype_exclude = {
"help",
"packer",
"lazy",
"mason",
"neo-tree",
},
})