diff options
-rw-r--r-- | fnl/nvrc/packs/lspconfig.fnl | 1 | ||||
-rw-r--r-- | fnl/nvrc/packs/treesitter.fnl | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fnl/nvrc/packs/lspconfig.fnl b/fnl/nvrc/packs/lspconfig.fnl index a48345d..b97cd7a 100644 --- a/fnl/nvrc/packs/lspconfig.fnl +++ b/fnl/nvrc/packs/lspconfig.fnl @@ -32,4 +32,5 @@ :signs false})) (init_lsp :hls) +(init_lsp :gopls) (init_lsp :ltex {:settings {:ltex {:language :en-GB}}}) diff --git a/fnl/nvrc/packs/treesitter.fnl b/fnl/nvrc/packs/treesitter.fnl index 5f5b94c..dc54799 100644 --- a/fnl/nvrc/packs/treesitter.fnl +++ b/fnl/nvrc/packs/treesitter.fnl @@ -2,7 +2,7 @@ (local colors (require :nvrc.colors)) -(setup {:ensure_installed [:fennel :lua :nix :rust :haskell :c :comment] +(setup {:ensure_installed [:fennel :lua :nix :rust :haskell :c :go :comment] :highlight {:enable true :use_languagetree true} :incremental_selection {:enable true :keymaps {:init_selection :gnn |