mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
feat: moved neoconf.nvim to extras
This commit is contained in:
parent
8024201e75
commit
c14d21ce75
3 changed files with 12 additions and 10 deletions
12
lua/lazyvim/plugins/extras/lsp/neoconf.lua
Normal file
12
lua/lazyvim/plugins/extras/lsp/neoconf.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
dependencies = {
|
||||
{
|
||||
"folke/neoconf.nvim",
|
||||
cmd = "Neoconf",
|
||||
opts = {},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue