mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
docs: update changelogs
This commit is contained in:
parent
a6a06f4e72
commit
98691619ef
3 changed files with 35 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
inherit (lib.lists) concatLists;
|
||||
inherit (lib.nvim.config) batchRenameOptions;
|
||||
|
||||
migrationTable = {
|
||||
renamedVimOpts = batchRenameOptions ["vim"] ["vim" "options"] {
|
||||
colourTerm = "termguicolors";
|
||||
mouseSupport = "mouse";
|
||||
cmdHeight = "cmdheight";
|
||||
|
@ -15,8 +15,6 @@
|
|||
autoIndent = "autoindent";
|
||||
wordWrap = "wrap";
|
||||
};
|
||||
|
||||
renamedVimOpts = batchRenameOptions ["vim"] ["vim" "options"] migrationTable;
|
||||
in {
|
||||
imports = concatLists [
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue