nixvim spell

This commit is contained in:
Sam 2024-08-20 10:19:24 +01:00
parent f3ad132675
commit 3d90deadf9
3 changed files with 2 additions and 11 deletions

View File

@ -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";
}; };
} }

View File

@ -1,10 +0,0 @@
{
programs.nixvim.plugins = {
alpha = {
enable = true;
iconsEnabled = true;
theme = "dashboard";
};
};
}

View File

@ -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