From fdec652110294a0e0d4af77e0cbd09f9847ce4ae Mon Sep 17 00:00:00 2001 From: ktkk Date: Thu, 13 Nov 2025 13:14:38 +0000 Subject: [PATCH] Update nvim config --- home/katkak/home.nix | 63 ++++++++++++++++++++++++++++---------------- 1 file changed, 40 insertions(+), 23 deletions(-) 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 <