forked from Snoweuph/Dotfiles_nvim
lua/toolchain/config/plugins.lua aktualisiert
This commit is contained in:
parent
e130a48d08
commit
b68efe7a23
1 changed files with 7 additions and 0 deletions
|
@ -6,4 +6,11 @@ return {
|
||||||
library = {},
|
library = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"folke/neoconf.nvim",
|
||||||
|
priority = 100,
|
||||||
|
config = function ()
|
||||||
|
require('neoconf').setup()
|
||||||
|
end
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue