From 3db1a36a09d3d1a90c1496ef8d934b3844e9c6b0 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:27:59 +0200 Subject: [PATCH] edit nvf config Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 74aee44e9e6fc9310cd989049989c529b74b1da8 --- home/programs/nvf/languages.nix | 9 +-------- home/programs/nvf/utils.nix | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/home/programs/nvf/languages.nix b/home/programs/nvf/languages.nix index 6af05a9d..e465c0e6 100644 --- a/home/programs/nvf/languages.nix +++ b/home/programs/nvf/languages.nix @@ -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; diff --git a/home/programs/nvf/utils.nix b/home/programs/nvf/utils.nix index 551fae5e..4a75491c 100644 --- a/home/programs/nvf/utils.nix +++ b/home/programs/nvf/utils.nix @@ -1,5 +1,6 @@ {pkgs, ...}: { programs.nvf.settings.vim = { + undoFile.enable = true; utility = { motion.flash-nvim.enable = true; outline.aerial-nvim.enable = true;