Keybinding to move selection, <leader>a for org agenda, new lua lsp
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user