edit nvf config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: 74aee44e9e6fc9310cd989049989c529b74b1da8
This commit is contained in:
Hadi
2025-06-21 14:27:59 +02:00
parent c594900d45
commit 74d2b12889
2 changed files with 2 additions and 8 deletions

View File

@@ -29,13 +29,6 @@
};
nvim-lint = {
enable = true;
linters = {
};
linters_by_ft = {
c = [
"cppcheck"
];
};
};
};
syntaxHighlighting = true;
@@ -70,7 +63,7 @@
enable = true;
setupOpts = {
ui = {
code_action = "🟅";
code_action = "";
};
lightbulb = {
sign = false;

View File

@@ -1,5 +1,6 @@
{pkgs, ...}: {
programs.nvf.settings.vim = {
undoFile.enable = true;
utility = {
motion.flash-nvim.enable = true;
outline.aerial-nvim.enable = true;