feat: moved neoconf.nvim to extras

This commit is contained in:
Folke Lemaitre 2024-06-02 09:05:16 +02:00
parent 8024201e75
commit c14d21ce75
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 12 additions and 10 deletions

View file

@ -0,0 +1,12 @@
return {
{
"neovim/nvim-lspconfig",
dependencies = {
{
"folke/neoconf.nvim",
cmd = "Neoconf",
opts = {},
},
},
},
}