chore(neovim): style changes
This commit is contained in:
parent
7025b5fe97
commit
c848b78eda
5 changed files with 38 additions and 11 deletions
14
modules/home-manager/programs/neovim/.neoconf.json
Normal file
14
modules/home-manager/programs/neovim/.neoconf.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"neoconf": {
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"lspconfig": {
|
||||
"lua_ls": {
|
||||
"Lua.completion.callSnippet": "Replace"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue