Commit Graph

190 Commits

Author SHA1 Message Date
Talia 5363da8480 Add outfile name to vim rubocop call to improve performance
Why rubocop would perform terribly when the file name is "." is beyond
me, but giving it a proper name seems to improve performance by a lot.
2020-08-19 11:44:48 +02:00
Talia a74d3d5d61 Shorten vim statusline 2020-08-19 11:31:52 +02:00
Talia 0df5aaf0e0 Add vim plugin to enhance netrw by setting defaults 2020-08-19 09:40:59 +02:00
Talia 111a1c3dd7 Add vim ruby ft-plugin with async linting 2020-08-19 08:54:13 +02:00
Talia 2ce229a2e6 Retab vim train module 2020-08-19 08:14:09 +02:00
Talia ce8f849baf Make vim async lint function global 2020-08-19 08:13:31 +02:00
Talia a76a9754e1 Add asynchronous linting plugin for vim 2020-08-18 16:57:06 +02:00
Talia 0fa454aadb Configure vim to respect $HOME/.dark file 2020-08-17 17:27:04 +02:00
Talia 4b8e4a2722 Disable statusline in vim by default 2020-08-17 16:14:01 +02:00
Talia 267d516232 Move vim background color changing to autocommand 2020-08-17 15:58:45 +02:00
Talia 8335890ee5 Add kitty color (re-)setting for vim colorschemes 2020-08-17 15:54:59 +02:00
Talia 1d786b1131 Add wrapping point to vim statusline 2020-08-17 15:43:25 +02:00
Talia bdf92305b0 Set default vim colorscheme to arcadia on kitty 🐱 2020-08-17 14:58:00 +02:00
Talia 81ccea43ea Retab vim scripts 💢 2020-08-17 14:54:08 +02:00
Talia 71732691b2 Move word-under-cursor code to separate file 2020-08-17 14:53:55 +02:00
Talia 230f3ee906 Fix vim blame truncating first character in short hash 2020-08-17 14:39:17 +02:00
Talia 0327cd4f21 Add vim GitGoBlame command 2020-08-17 14:34:10 +02:00
Talia 641a828e14 Remove output from vim F-mappings 2020-08-17 13:46:05 +02:00
Talia 6737784ac6 Move vim F1-F4 mappings to separate file 2020-08-17 13:44:04 +02:00
Talia 4415f562ac Add git blame to vim statusline 2020-08-17 13:43:24 +02:00
Talia 9244944247 Improve vim visual-execute logic 2020-07-30 16:25:46 +02:00
Talia d490d3ce2d Add autosave environment variable check in vim 2020-07-22 11:10:13 +02:00
Talia 9c6ecb6426 Extract vim indent code into plugin 2020-07-17 13:24:51 +02:00
Talia 17c29e78c7 Rename vim javascript plugin 2020-07-13 16:34:09 +02:00
Talia f391f8fcf3 Add ranger-like Shift+S mapping to vim
Convenience mapping to quickly open a shell from within vim in normal
mode, just like in ranger.
2020-07-10 11:23:38 +02:00
Talia 8d1b12ab29 Add HTML and JS FT-Plugins to Vim 2020-07-07 11:01:22 +02:00
Talia 2cdc544bfe Fix "all line" motion in vim 2020-07-06 16:27:11 +02:00
Talia 6ca3abff65 Add autowriteall indicator to status bar 💾 2020-07-06 16:22:54 +02:00
Talia b989ac1cda Move Autosave into plugin and make more aggressive 2020-07-06 16:08:14 +02:00
Talia d1437b0b06 Add NeoVim section to vim configuration 2020-07-03 13:06:32 +02:00
Talia a4ad2e2639 Improve Ctrl+C undo 💢 2020-07-02 11:20:37 +02:00
Talia fb45dce089 Add train plugin to train me to use vim correctly 💢 2020-07-02 10:49:47 +02:00
Talia 896c5b61f4 Disable relativenumber by default 2020-07-02 10:15:01 +02:00
Talia bc7643a922 Add vim ! mapping (like in ranger) 2020-05-26 15:58:43 +02:00
Talia 16f78c53cc Move vim colorscheme helpers to separate file 2020-05-18 16:32:43 +02:00
Talia b12dbf3e49 Add git root to path in vim when applicable 2020-05-18 13:59:53 +02:00
Talia 9a2e1cb8e9 Change vim plugins to use builtin plugin loading 2020-05-18 11:23:26 +02:00
Talia 9d692bcff0 Move vim scratch command to separate file 2020-05-18 10:11:38 +02:00
Talia fb139cbe4a Move vim surround code into separate file 2020-05-18 10:11:14 +02:00
Talia 90742c3d01 Restructure vim configurations to be more modular 2020-05-18 09:57:46 +02:00