nvim-lsp: create nvim LSP plugin

This commit is contained in:
Pedro Alves 2021-02-01 15:54:53 +00:00
parent 9c13cb407b
commit ba79ba0652
7 changed files with 134 additions and 4 deletions

View file

@ -49,6 +49,11 @@
};
plugins.gitgutter.enable = true;
plugins.lsp = {
enable = true;
servers.clangd.enable = true;
};
};
})
];