diff --git a/neovim/dev.nix b/neovim/dev.nix index b97acbb..5da1f3d 100644 --- a/neovim/dev.nix +++ b/neovim/dev.nix @@ -59,6 +59,12 @@ in # Enable fast navigation between windows vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ]; + plugin.nlsp-settings-nvim = { + enable = true; + name = "nlspsettings"; + setupSettings = { }; + }; + plugins.style.nvim-treesitter.extraGrammars = { tree-sitter-d2 = rec { language = "d2";