From 97a4eb0b5acbd16e4d8bca0829cca95d92a44776 Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 27 Feb 2023 15:30:16 +0900 Subject: feat(packs/treesitter,lspconfig): add go --- fnl/nvrc/packs/lspconfig.fnl | 1 + fnl/nvrc/packs/treesitter.fnl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'fnl/nvrc/packs') 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 -- cgit 1.4.1