nixvim spell
This commit is contained in:
parent
f3ad132675
commit
3d90deadf9
|
@ -31,5 +31,7 @@
|
||||||
ignorecase = true;
|
ignorecase = true;
|
||||||
smartcase = true;
|
smartcase = true;
|
||||||
backspace = "indent,eol,start"; # allow backspace in insert mode
|
backspace = "indent,eol,start"; # allow backspace in insert mode
|
||||||
|
spell = true;
|
||||||
|
spelllang = "en_gb";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
programs.nixvim.plugins = {
|
|
||||||
alpha = {
|
|
||||||
enable = true;
|
|
||||||
iconsEnabled = true;
|
|
||||||
theme = "dashboard";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -16,7 +16,6 @@ in
|
||||||
./surround.nix
|
./surround.nix
|
||||||
./telescope.nix
|
./telescope.nix
|
||||||
./treesitter.nix
|
./treesitter.nix
|
||||||
#./alpha.nix
|
|
||||||
./fold.nix
|
./fold.nix
|
||||||
./todo-comments.nix
|
./todo-comments.nix
|
||||||
./oil.nix
|
./oil.nix
|
||||||
|
|
Loading…
Reference in New Issue