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;
|
angular.enable = true;
|
||||||
c = {
|
c = {
|
||||||
enable = true;
|
enable = true;
|
||||||
cppcheck = true;
|
# cppcheck = true;
|
||||||
};
|
};
|
||||||
css = {
|
css = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -102,8 +102,8 @@
|
|||||||
always_show = true,
|
always_show = true,
|
||||||
},
|
},
|
||||||
show_all_diags_on_cursorline = false,
|
show_all_diags_on_cursorline = false,
|
||||||
enable_on_insert = true,
|
enable_on_insert = false,
|
||||||
enable_on_select = true,
|
enable_on_select = false,
|
||||||
severity = {
|
severity = {
|
||||||
vim.diagnostic.severity.ERROR,
|
vim.diagnostic.severity.ERROR,
|
||||||
vim.diagnostic.severity.WARN,
|
vim.diagnostic.severity.WARN,
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ in
|
|||||||
cmd = [
|
cmd = [
|
||||||
"clangd"
|
"clangd"
|
||||||
"--offset-encoding=utf-16"
|
"--offset-encoding=utf-16"
|
||||||
|
"--clang-tidy"
|
||||||
];
|
];
|
||||||
settings.InlayHints = {
|
settings.InlayHints = {
|
||||||
Designators = true;
|
Designators = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user