1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: indent fixes and keymaps

This commit is contained in:
Henrik Hautakoski 2024-07-07 14:58:40 +02:00
parent 4102585363
commit 7883d02176
6 changed files with 75 additions and 60 deletions

View file

@ -1,13 +1,15 @@
{
"runtime.version": "LuaJIT",
"runtime.path": ["lua/?.lua", "lua/?/init.lua"],
"diagnostics.globals": ["vim",
"ipairs",
"require",
"pairs",
"type",
"unpack",
"table"],
"diagnostics.globals": [
"vim",
"ipairs",
"require",
"pairs",
"type",
"unpack",
"table"
],
"workspace.checkThirdParty": false,
"workspace.library": ["$VIMRUNTIME", "./lua"]
}