mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-27 23:58:34 +00:00
feat(nvim): refactoring, docs, keybinds, others
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"plugins": [
|
||||
"nvim-lspconfig",
|
||||
"lsp",
|
||||
"completion",
|
||||
"completion"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -13,12 +13,12 @@
|
||||
"plugins": {
|
||||
"lua_ls": {
|
||||
"enabled": true
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
"lspconfig": {
|
||||
"lua_ls": {
|
||||
"Lua.completion.callSnippet": "Replace",
|
||||
},
|
||||
"Lua.completion.callSnippet": "Replace"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user