mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-05 18:40:53 +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";
|
||||
};
|
||||
|
||||
# vim.opts and vim.options are aliased
|
||||
opts.expandtab = true;
|
||||
|
||||
spellcheck = {
|
||||
enable = true;
|
||||
programmingWordlist.enable = isMaximal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue