Keybinding to move selection, <leader>a for org agenda, new lua lsp

This commit is contained in:
Lüdecke Sascha
2026-03-30 14:42:25 +02:00
parent fd5c73f099
commit 9056ff3b1d
4 changed files with 20 additions and 11 deletions

View File

@@ -99,7 +99,7 @@ if vim.loop.os_gethostname() == 'ccflow' then
'gopls',
'bashls',
'html',
'lua_ls',
'emmylua_ls',
'jsonls', -- arch extra: vscode-json-languageserver
'kotlin_lsp', -- arch aur: kotlin-lsp-bin
'lemminx', -- arch aur: lemminx
@@ -110,6 +110,7 @@ if vim.loop.os_gethostname() == 'ccflow' then
else
-- any lsp which should be enabled in all situations
enable_this_lsp = {
'emmylua_ls',
}
end