added yanky

This commit is contained in:
cnst
2024-07-15 12:30:44 +02:00
parent 181e59a105
commit d6bbebf7f3
9 changed files with 107 additions and 96 deletions

View File

@@ -1,11 +1,5 @@
{
programs.nixvim.autoCmd = [
# Vertically center document when entering insert mode
{
event = "InsertEnter";
command = "norm zz";
}
# Open help in a vertical split
{
event = "FileType";
@@ -21,7 +15,7 @@
"latex"
"markdown"
];
command = "setlocal spell spelllang=en,fr";
command = "setlocal spell spelllang=en,se";
}
];
}