1
0
Fork
You've already forked vimrc
0
My vim9 compatible vimrc
  • Vim Script 100%
2025年05月21日 06:56:20 -07:00
after/ftplugin feat: more filetypes @120 cols 2024年04月19日 20:21:36 -07:00
backups add gitkeeps to swaps and backups 2023年03月06日 10:28:38 -08:00
pack/git/start update: deps 2025年05月21日 06:56:20 -07:00
swaps add gitkeeps to swaps and backups 2023年03月06日 10:28:38 -08:00
syntax feat: config-value syntax 2024年03月22日 22:33:12 -07:00
.gitignore ignore everything in the swaps directory 2023年04月17日 08:13:00 -07:00
.gitmodules feat: remove fzf (again) 2024年04月20日 07:53:48 -07:00
coc-settings.json feat: bashls command 2025年05月21日 06:56:09 -07:00
gvimrc update: gvim font 2024年03月13日 21:38:29 -07:00
ideavimrc remove extra space 2023年03月14日 17:49:05 -07:00
plugins.vim feat: remove fzf (again) 2024年04月20日 07:53:48 -07:00
README.md add a README 2023年03月29日 21:07:35 -07:00
vimrc ignore node_modules in wildmenu 2024年04月18日 15:33:20 -07:00

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