nixvim(c): enable clangd lsp server

This commit is contained in:
Khaïs COLIN 2024-08-06 11:55:00 +02:00
parent adaee35027
commit b8ee8301a7
2 changed files with 2 additions and 1 deletions

View file

@ -526,7 +526,7 @@
},
"locked": {
"lastModified": 1,
"narHash": "sha256-Uq5ox7UUoKW4LjP5Dmfy+tz3uf0kMZYQ3fYxHcnEIbs=",
"narHash": "sha256-j/1eDZv4tFf5CT3KAnsNsmSAkgUUnUed1NZRtmwrOzc=",
"path": "./nixvim",
"type": "path"
},

View file

@ -12,6 +12,7 @@
installCargo = true;
};
bashls.enable = true;
clangd.enable = true;
};
keymaps = {
diagnostic = {