mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
edit nvf config
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> Former-commit-id: 74aee44e9e6fc9310cd989049989c529b74b1da8
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.nvf.settings.vim = {
|
||||
undoFile.enable = true;
|
||||
utility = {
|
||||
motion.flash-nvim.enable = true;
|
||||
outline.aerial-nvim.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user