mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update nvim
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
angular.enable = true;
|
||||
c = {
|
||||
enable = true;
|
||||
cppcheck = true;
|
||||
# cppcheck = true;
|
||||
};
|
||||
css = {
|
||||
enable = true;
|
||||
@@ -102,8 +102,8 @@
|
||||
always_show = true,
|
||||
},
|
||||
show_all_diags_on_cursorline = false,
|
||||
enable_on_insert = true,
|
||||
enable_on_select = true,
|
||||
enable_on_insert = false,
|
||||
enable_on_select = false,
|
||||
severity = {
|
||||
vim.diagnostic.severity.ERROR,
|
||||
vim.diagnostic.severity.WARN,
|
||||
|
||||
@@ -32,6 +32,7 @@ in
|
||||
cmd = [
|
||||
"clangd"
|
||||
"--offset-encoding=utf-16"
|
||||
"--clang-tidy"
|
||||
];
|
||||
settings.InlayHints = {
|
||||
Designators = true;
|
||||
|
||||
Reference in New Issue
Block a user