vim: big update

- removed unnecessary plugins
- moved to lsp
- added vimrc
This commit is contained in:
Tobias Schmidl 2024-10-22 10:07:49 +02:00
parent 4734cdd00b
commit 90b6fb2b80
5 changed files with 39 additions and 20 deletions

10
.config/nvim/.luarc.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "LuaJIT",
"Lua.format.defaultConfig": {
"indent_style": "space",
"indent_size": "2"
},
"Lua.diagnostics.globals": ["vim" ]
}