mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-26 12:25:39 +00:00
Fix issues with lsp and treesitter
This commit is contained in:
parent
cc3e659086
commit
9019997d59
@ -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' }
|
||||
|
@ -6,6 +6,7 @@ require('halfdan.globals')
|
||||
require('halfdan.keymap')
|
||||
|
||||
require('halfdan.colorscheme')
|
||||
require('halfdan.treesitter')
|
||||
|
||||
require('halfdan.themes.nord')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user