Evolving neovim configuration to enjoy every line of code
Curated and approved by Bashik
Editor behavior:
- 2-space indentation (tabs converted to spaces)
- Line numbers (relative + absolute)
- No swap files (undo files enabled)
- Smart search (case-insensitive unless uppercase present)
- Leader key set to
<Space>
Clipboard:
- System clipboard integration disabled by default
- Use
ytc(yank to clipboard) andpfc(paste from clipboard) for explicit system clipboard access
Code with meow