diff options
author | katherine <ageha@airen-no-jikken.icu> | 2022-10-16 21:32:46 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2022-10-16 21:32:46 -0700 |
commit | 9d0e38b4e192351e05b2256208feee21946a7a0b (patch) | |
tree | 4c7b18a4891283ed2063454fe060059fa10e9e3c | |
parent | 718c3d2073ae01692cbb20850dcc00ffa100dc36 (diff) | |
download | dotfiles-9d0e38b4e192351e05b2256208feee21946a7a0b.tar.gz |
document dropping nvim for vim
-rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -25,13 +25,14 @@ host environment, enabling only what functionality is compatible. ## Current Utilities -### [nvim](https://neovim.io/)/[vim](https://www.vim.org/) - -using nvim, but no big incompatibilities with base vim yet with the way i use -it, so falling back works fine. have a few fun things, including auto-loaded, -filetype-specific settings and basic [templates](.vim/skel), a few fancy -mappings, and a simple 16-colour [colourscheme](.vim/colors/shmibs.vim). take a -look at muh [.vimrc](.vimrc) for details and things. +### [vim](https://www.vim.org/) + +used neovim for a while, but it some reason stopped playing nicely with +herbtluftwm+alacritty sigwnch-ing, so back to vim again now (which meantime +seems to have been made much quicker; nice). have a few fun things, including +auto-loaded, filetype-specific settings and basic [templates](.vim/skel), a few +fancy mappings, and a simple 16-colour [colourscheme](.vim/colors/shmibs.vim). +take a look at [.vimrc](.vimrc) for details and things. ### [herbstluftwm](http://herbstluftwm.org/) |