mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +00:00
25 lines
344 B
JSON
25 lines
344 B
JSON
{
|
|
"neodev": {
|
|
"library": {
|
|
"enabled": true,
|
|
"plugins": [
|
|
"nvim-lspconfig",
|
|
"lsp",
|
|
"completion",
|
|
]
|
|
}
|
|
},
|
|
"neoconf": {
|
|
"plugins": {
|
|
"lua_ls": {
|
|
"enabled": true
|
|
},
|
|
}
|
|
},
|
|
"lspconfig": {
|
|
"lua_ls": {
|
|
"Lua.completion.callSnippet": "Replace",
|
|
},
|
|
}
|
|
}
|