Replies: 1 comment 2 replies
-
autocmd API is under development, in the meantime, since you already have autocmds in a separate file, you can just do this: vim.luaConfigRC.myAutocmds = ''
vim.cmd.luafile(${./path/to/autocmd.lua})
'' |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
I am currently migrating my existing neovim confguration to nvf and i was wondering where do i configure my own autocmds?
For example this:
In my previous neovim configuration this was in a separate file called "autocmd.lua" and was called by init.lua.
Thanks again for nvf!
Beta Was this translation helpful? Give feedback.
All reactions