feat(nvf): add indent-blankline
This commit is contained in:
parent
71706390b4
commit
3770921930
2 changed files with 8 additions and 4 deletions
|
@ -5,12 +5,13 @@
|
|||
programs.nvf = {
|
||||
enable = true;
|
||||
settings.vim = {
|
||||
options = import ./options.nix;
|
||||
keymaps = import ./keymaps.nix;
|
||||
lsp = import ./lsp.nix;
|
||||
languages = import ./languages.nix;
|
||||
autocomplete = import ./autocomplete.nix;
|
||||
keymaps = import ./keymaps.nix;
|
||||
languages = import ./languages.nix;
|
||||
lsp = import ./lsp.nix;
|
||||
options = import ./options.nix;
|
||||
utility = import ./utility.nix;
|
||||
visuals = import ./visuals.nix;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
3
modules/home/cli/editor/nvf/visuals.nix
Normal file
3
modules/home/cli/editor/nvf/visuals.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
indent-blankline.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue