mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-12 21:47:47 +00:00
apply raf patch
This commit is contained in:
parent
2a3c52488b
commit
1e7caf2dfd
2 changed files with 56 additions and 24 deletions
|
|
@ -13,7 +13,13 @@
|
|||
cfg = config.vim;
|
||||
in {
|
||||
imports = [
|
||||
(mkRemovedOptionModule ["vim" "configRC"] "Migrate your configRC sections to lua, and add them to luaConfigRC instead. See the v0.7 release notes for more information.")
|
||||
(mkRemovedOptionModule ["vim" "configRC"] ''
|
||||
Please migrate your configRC sections to Neovim's Lua format, and
|
||||
add them to luaConfigRC.
|
||||
|
||||
See the v0.7 release notes for more information on how to migrate
|
||||
your existing configurations.
|
||||
'')
|
||||
];
|
||||
|
||||
options.vim = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue