diff --git a/home/katkak/home.nix b/home/katkak/home.nix index 6705808..239a41f 100644 --- a/home/katkak/home.nix +++ b/home/katkak/home.nix @@ -93,6 +93,13 @@ ''; plugins = with pkgs.vimPlugins; [ + { + plugin = nvim-lspconfig; + type = "lua"; + config = '' + vim.lsp.enable("gleam") + ''; + } { plugin = ( nvim-treesitter.withPlugins ( @@ -107,43 +114,53 @@ swift typescript javascript + jinja json nix ] ) ); + type = "lua"; config = '' - packadd! nvim-treesitter - lua <