feat(nvim): refactoring, docs, keybinds, others

This commit is contained in:
2024-09-26 13:38:31 +03:00
parent fc85dbaa6c
commit 38419eda28
25 changed files with 876 additions and 681 deletions

View File

@@ -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"
}
}
}