Regenerate nvim config
This commit is contained in:
18
config/neovim/store/lazy-plugins/neodev.nvim/.neoconf.json
Normal file
18
config/neovim/store/lazy-plugins/neodev.nvim/.neoconf.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": ["neoconf.nvim", "nvim-lspconfig"]
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"lspconfig": {
|
||||
"sumneko_lua": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user