neovim: add missed nlspsettings plugin

This commit is contained in:
Dmitriy Pleshevskiy 2024-06-09 16:49:22 +03:00
parent 2195435753
commit 26338a9f35
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -59,6 +59,12 @@ in
# Enable fast navigation between windows # Enable fast navigation between windows
vim.keymap.set = map (k: { mode = "n"; lhs = ctrl k; rhs = "${ctrl "w"}${k}"; }) [ "h" "l" "j" "k" ]; 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 = { plugins.style.nvim-treesitter.extraGrammars = {
tree-sitter-d2 = rec { tree-sitter-d2 = rec {
language = "d2"; language = "d2";