mirror of
https://github.com/halfdan/dotfiles.git
synced 2025-04-27 04:45:38 +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 {})
|
}, _config or {})
|
||||||
end
|
end
|
||||||
|
|
||||||
lspconfig['elixirls'].setup{config({
|
lspconfig['elixirls'].setup(config({
|
||||||
cmd = {"/Users/fbecker18/opt/elixir-ls/language_server.sh"}
|
cmd = {"/Users/fbecker18/opt/elixir-ls/language_server.sh"}
|
||||||
})}
|
}))
|
||||||
|
|
||||||
-- Enable the following language servers
|
-- Enable the following language servers
|
||||||
local servers = { 'gopls', 'julials', 'rust_analyzer', 'pyright' }
|
local servers = { 'gopls', 'julials', 'rust_analyzer', 'pyright' }
|
||||||
|
@ -6,6 +6,7 @@ require('halfdan.globals')
|
|||||||
require('halfdan.keymap')
|
require('halfdan.keymap')
|
||||||
|
|
||||||
require('halfdan.colorscheme')
|
require('halfdan.colorscheme')
|
||||||
|
require('halfdan.treesitter')
|
||||||
|
|
||||||
require('halfdan.themes.nord')
|
require('halfdan.themes.nord')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user