mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-06 02:49:33 +00:00
Merge branch 'main' into notashelf/push-qozvyzsvqtmk
This commit is contained in:
commit
0f302adf64
41 changed files with 1214 additions and 506 deletions
|
|
@ -78,6 +78,11 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# Alias vim.options as vim.opts.
|
||||
# This is a convenience for people using frameworks like flake-parts or Den that use lib.types.deferredModule
|
||||
# and users would set `vim.options` but error when Nix confuses it with Nix Module's options-definitions.
|
||||
imports = [(lib.mkAliasOptionModule ["vim" "opts"] ["vim" "options"])];
|
||||
|
||||
config.vim = {
|
||||
# Set options that were previously interpolated in 'luaConfigRC.basic' as vim.options (vim.o)
|
||||
# and 'vim.globals' (vim.g). Future options, if possible, should be added here instead of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue