Commit graph

12 commits

Author SHA1 Message Date
dd6a88d34f [vim] Remove pastetoggle setting from vimrc.common
This setting was removed from neovim recently and setting it was causing it to
barf. I'm not sure what the replacement is.
2025-05-21 11:00:27 -07:00
539aad7940 [vim] Strip trailing whitespace from lua files on save 2023-08-26 07:59:43 -07:00
060920c4fc [vim] Let vim turn on filetype plugin and indent itself (remove it from vimrc.common) 2023-08-26 07:59:43 -07:00
e92d92afe0 [vim] Remove highlights and hlsearch settings from vimrc.common 2023-08-26 07:59:43 -07:00
fb144f1f3f [vim] Remove my explicitly set path 2023-07-11 16:14:52 -07:00
7af40112cc [vim] Remove Selecta and Command-T stuff from the old vimrc 2023-07-11 16:14:52 -07:00
858b9e1b40 [vim] Remove the color scheme stuff from vimrc.common 2023-03-22 14:37:49 -07:00
5ad761678a [vim] Move plugin management to vim-plug and .vim/plugins.vim 2023-03-20 08:42:39 -07:00
4ac41e256a [vim] Remove command-t; it's been real o7 2022-11-15 17:50:18 -08:00
a4800814d6 [nvim] Changes to vimrc and vimrc.common from long ago 2022-10-20 08:20:28 -07:00
d91e5d4add [vim] Remove vimrc.local 2022-10-20 08:18:40 -07:00
c2a6de307e [vim] Break out all the common settings into vimrc.common
This way, vim has vimrc and nvim has config/nvim/init.vim and they do not have to worry
about overriding settings.
2022-10-20 08:18:40 -07:00