mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-07 13:50:34 +00:00
feat(nvim): configuration, refactoring, fixes
This commit is contained in:
24
config/nvim/.neoconf.json
Normal file
24
config/nvim/.neoconf.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"neodev": {
|
||||
"library": {
|
||||
"enabled": true,
|
||||
"plugins": [
|
||||
"nvim-lspconfig",
|
||||
"lsp",
|
||||
"completion",
|
||||
]
|
||||
}
|
||||
},
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
},
|
||||
}
|
||||
},
|
||||
"lspconfig": {
|
||||
"lua_ls": {
|
||||
"Lua.completion.callSnippet": "Replace",
|
||||
},
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user