This is no longer maintained, I've now moved it to https://github.com/benfrain/neovim 👍
/README.md Secret
Last active
October 27, 2024 12:00
-
Star
(142)
You must be signed in to star a gist -
Fork
(23)
You must be signed in to fork a gist
-
-
Save benfrain/97f2b91087121b2d4ba0dcc4202d252f to your computer and use it in GitHub Desktop.
My Neovim Config (now moved to repo)
Few tweaks for Which Key v3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated the options.lua file to add a !silent to the autocmd which stopped this error:
Error detected while processing CursorHold Autocommands for "*": E11: Invalid in command-line window; <CR> executes, CTRL-C quits: checktime | endif
Found the solution here: https://morgan.cugerone.com/blog/troubleshooting-vim-error-while-processing-cursorhold-autocommands-in-command-line-window/
Also learnt that when you are in cmd mode, you can press
ctrl+f
to get a window up that lets you enter commands like a normal buffer and press enter to execute. You can also then pressctrl+c
to exit that mode, and again to exit cmd mode!