feat: neovim plugins update
This commit is contained in:
parent
6e8014e0b5
commit
eaf110c96f
13 changed files with 1195 additions and 6 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue