neovim: add lsp clangd
This commit is contained in:
@@ -31,6 +31,15 @@
|
||||
formatterMode = "typstyle";
|
||||
};
|
||||
};
|
||||
clangd = {
|
||||
enable = true;
|
||||
settings = {
|
||||
filetypes = [
|
||||
"c"
|
||||
"h"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
# There has been some drama, the repo was archived and stuff.
|
||||
|
||||
Reference in New Issue
Block a user