My vim9 compatible vimrc
- Vim Script 100%
| after/ftplugin | feat: more filetypes @120 cols | |
| backups | add gitkeeps to swaps and backups | |
| pack/git/start | update: deps | |
| swaps | add gitkeeps to swaps and backups | |
| syntax | feat: config-value syntax | |
| .gitignore | ignore everything in the swaps directory | |
| .gitmodules | feat: remove fzf (again) | |
| coc-settings.json | feat: bashls command | |
| gvimrc | update: gvim font | |
| ideavimrc | remove extra space | |
| plugins.vim | feat: remove fzf (again) | |
| README.md | add a README | |
| vimrc | ignore node_modules in wildmenu | |
My Vimrc
My vimrc, written with vim9script. I'm using the built-in package system. Packages are version controlled/pinned by git submodules. The goal is to use the ftplugin/ and after/ftplugin directories for specific filetype configs wherever possible.
Files:
- gvimrc: gvim stuff
- ideavimrc: copying/symlinking to jetbrains editors
- plugins.vim: plugin configuration and mappings
- vimrc: editor settings and related functions and mappings