neovim: add missed nlspsettings plugin
This commit is contained in:
parent
2195435753
commit
26338a9f35
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue