mirror of
				https://github.com/halfdan/dotfiles.git
				synced 2025-10-31 12:36:12 +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' } | ||||
|   | ||||
| @@ -6,6 +6,7 @@ require('halfdan.globals') | ||||
| require('halfdan.keymap') | ||||
|  | ||||
| require('halfdan.colorscheme') | ||||
| require('halfdan.treesitter') | ||||
|  | ||||
| require('halfdan.themes.nord') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user