feat: neovim plugins update

This commit is contained in:
gwg313 2024-09-26 11:35:37 -04:00
parent 6e8014e0b5
commit eaf110c96f
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
13 changed files with 1195 additions and 6 deletions

View file

@ -76,6 +76,32 @@
leanls.enable = true;
texlab.enable = true;
html.enable = true;
cmake = {
enable = true;
filetypes = ["cmake"];
};
# ccls = {
# enable = true;
# filetypes = [
# "c"
# "cpp"
# "objc"
# "objcpp"
# ];
#
# initOptions.compilationDatabaseDirectory = "build";
# };
clangd = {
enable = true;
filetypes = [
"c"
"cpp"
"objc"
"objcpp"
];
};
};
};
which-key.settings.spec = [