mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
nvim-lsp: create nvim LSP plugin
This commit is contained in:
parent
9c13cb407b
commit
ba79ba0652
7 changed files with 134 additions and 4 deletions
|
@ -49,6 +49,11 @@
|
|||
};
|
||||
|
||||
plugins.gitgutter.enable = true;
|
||||
|
||||
plugins.lsp = {
|
||||
enable = true;
|
||||
servers.clangd.enable = true;
|
||||
};
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue