mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 20:02:10 +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 = {
|
nvim-lint = {
|
||||||
enable = true;
|
enable = true;
|
||||||
linters = {
|
|
||||||
};
|
|
||||||
linters_by_ft = {
|
|
||||||
c = [
|
|
||||||
"cppcheck"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
syntaxHighlighting = true;
|
syntaxHighlighting = true;
|
||||||
@@ -70,7 +63,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
setupOpts = {
|
setupOpts = {
|
||||||
ui = {
|
ui = {
|
||||||
code_action = "🟅";
|
code_action = "";
|
||||||
};
|
};
|
||||||
lightbulb = {
|
lightbulb = {
|
||||||
sign = false;
|
sign = false;
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
programs.nvf.settings.vim = {
|
programs.nvf.settings.vim = {
|
||||||
|
undoFile.enable = true;
|
||||||
utility = {
|
utility = {
|
||||||
motion.flash-nvim.enable = true;
|
motion.flash-nvim.enable = true;
|
||||||
outline.aerial-nvim.enable = true;
|
outline.aerial-nvim.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user