mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-09-10 11:46:25 +00:00
Fix issues with lsp and treesitter
This commit is contained in:
@@ -125,9 +125,9 @@ local function config(_config)
|
||||
}, _config or {})
|
||||
end
|
||||
|
||||
lspconfig['elixirls'].setup{config({
|
||||
cmd = { "/Users/fbecker18/opt/elixir-ls/language_server.sh"}
|
||||
})}
|
||||
lspconfig['elixirls'].setup(config({
|
||||
cmd = {"/Users/fbecker18/opt/elixir-ls/language_server.sh"}
|
||||
}))
|
||||
|
||||
-- Enable the following language servers
|
||||
local servers = { 'gopls', 'julials', 'rust_analyzer', 'pyright' }
|
||||
|
Reference in New Issue
Block a user