last commit before nix flake update
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
./vim-matchup.nix
|
./vim-matchup.nix
|
||||||
# ./coq.nix
|
# ./coq.nix
|
||||||
./barbar.nix
|
./barbar.nix
|
||||||
|
./scrollview.nix
|
||||||
./cmp.nix
|
./cmp.nix
|
||||||
./lsp.nix
|
./lsp.nix
|
||||||
./rustaceanvim.nix
|
./rustaceanvim.nix
|
||||||
|
|||||||
@@ -6,7 +6,6 @@
|
|||||||
extensions.dap-ui.enable = true;
|
extensions.dap-ui.enable = true;
|
||||||
};
|
};
|
||||||
nix.enable = true;
|
nix.enable = true;
|
||||||
neoscroll.enable = true;
|
|
||||||
endwise.enable = true;
|
endwise.enable = true;
|
||||||
firenvim.enable = true;
|
firenvim.enable = true;
|
||||||
helpview.enable = true;
|
helpview.enable = true;
|
||||||
|
|||||||
11
modules/home/programs/nixvim/plugins/scrollview.nix
Normal file
11
modules/home/programs/nixvim/plugins/scrollview.nix
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
programs.nixvim = {
|
||||||
|
plugins.scrollview = {
|
||||||
|
enable = true;
|
||||||
|
settings.diagnostics_error_symbol = "■";
|
||||||
|
settings.diagnostics_warn_symbol = "■";
|
||||||
|
settings.diagnostics_hint_symbol = "■";
|
||||||
|
settings.diagnostics_info_symbol = "■";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user