mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-06 10:59:32 +00:00
test vim.opts alias as part of .#nix package.
This commit is contained in:
parent
957e583437
commit
3d2b1cbc8f
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ isMaximal: {
|
||||||
logFile = "/tmp/nvim.log";
|
logFile = "/tmp/nvim.log";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# vim.opts and vim.options are aliased
|
||||||
|
opts.expandtab = true;
|
||||||
|
|
||||||
spellcheck = {
|
spellcheck = {
|
||||||
enable = true;
|
enable = true;
|
||||||
programmingWordlist.enable = isMaximal;
|
programmingWordlist.enable = isMaximal;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue