Commit graph

640 commits

Author SHA1 Message Date
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
a74d3d5d61 Shorten vim statusline 2020-08-19 11:31:52 +02:00
0df5aaf0e0 Add vim plugin to enhance netrw by setting defaults 2020-08-19 09:40:59 +02:00
111a1c3dd7 Add vim ruby ft-plugin with async linting 2020-08-19 08:54:13 +02:00
2ce229a2e6 Retab vim train module 2020-08-19 08:14:09 +02:00
ce8f849baf Make vim async lint function global 2020-08-19 08:13:31 +02:00
a76a9754e1 Add asynchronous linting plugin for vim 2020-08-18 16:57:06 +02:00
f4ec24695e Add opacity script similar to padding 2020-08-17 17:27:33 +02:00
0fa454aadb Configure vim to respect $HOME/.dark file 2020-08-17 17:27:04 +02:00
4b8e4a2722 Disable statusline in vim by default 2020-08-17 16:14:01 +02:00
7c9e54539a Enable kitty remote control by default 2020-08-17 16:03:07 +02:00
267d516232 Move vim background color changing to autocommand 2020-08-17 15:58:45 +02:00
8335890ee5 Add kitty color (re-)setting for vim colorschemes 2020-08-17 15:54:59 +02:00
1f8b05f935 Add padding script to change (kitty) terminal padding 2020-08-17 15:54:26 +02:00
1d786b1131 Add wrapping point to vim statusline 2020-08-17 15:43:25 +02:00
bdf92305b0 Set default vim colorscheme to arcadia on kitty 🐱 2020-08-17 14:58:00 +02:00
81ccea43ea Retab vim scripts 💢 2020-08-17 14:54:08 +02:00
71732691b2 Move word-under-cursor code to separate file 2020-08-17 14:53:55 +02:00
230f3ee906 Fix vim blame truncating first character in short hash 2020-08-17 14:39:17 +02:00
0327cd4f21 Add vim GitGoBlame command 2020-08-17 14:34:10 +02:00
641a828e14 Remove output from vim F-mappings 2020-08-17 13:46:05 +02:00
6737784ac6 Move vim F1-F4 mappings to separate file 2020-08-17 13:44:04 +02:00
4415f562ac Add git blame to vim statusline 2020-08-17 13:43:24 +02:00
c7360af199 Add colors to farfetched script 2020-07-30 21:05:54 +02:00
9244944247 Improve vim visual-execute logic 2020-07-30 16:25:46 +02:00
c52ff69d2a Add lesc (Lua Escape) executable
Uses %q to escape the entire input text to be pasted as-is into any Lua
document.
2020-07-29 10:57:21 +02:00
4c947498ac Add askpass program 2020-07-23 16:35:47 +02:00
dec9f428c7 Remove git difftool confirmation prompt 2020-07-23 10:01:20 +02:00
d490d3ce2d Add autosave environment variable check in vim 2020-07-22 11:10:13 +02:00
f2598c47fb Switch scripts to themed dmenu wrapper 2020-07-21 20:02:17 +02:00
50a7f2c605 Add themed dmenu wrapper 2020-07-21 19:58:34 +02:00
fd94e16d12 Silence zenity errors in git-push-pending output 2020-07-21 19:29:13 +02:00
ec7d369b6e Make git-push-pending follow symlinks 2020-07-21 19:28:59 +02:00
0ff16bc4c5 Change conky configs to use $HOME/.dark file for theme selection 2020-07-21 19:28:41 +02:00
fcba777d99 Update conky configurations 2020-07-21 19:08:54 +02:00
8f0f734001 Change ranger xp to toggle preview
Use ~ to change view modes instead, which is a standard key mapping that
already comes set up with ranger out of the box.
2020-07-20 16:28:32 +02:00
bd87f3a9e6 Make git-push-pending bash script more generic 2020-07-20 16:25:45 +02:00
f934cf59e1 Add git-push-pending bash script 2020-07-20 16:09:08 +02:00
1d02c8e114 Add bookmarks ranger command 2020-07-20 11:53:48 +02:00
940ab2e845 Add git-pending script 2020-07-17 13:55:47 +02:00
1d590a91ee Add vimswitch command to bashrc 2020-07-17 13:27:19 +02:00
4ef004e60c Add comment to bash g completion script and reindent 2020-07-17 13:26:18 +02:00
9c6ecb6426 Extract vim indent code into plugin 2020-07-17 13:24:51 +02:00
86d112978e Add open with xdg-open mapping to ranger 2020-07-16 12:52:04 +02:00
be119519ca Improve conky music indicator 2020-07-16 12:51:44 +02:00
8660fa26a4 Update git dog command to be time-ordered 2020-07-16 12:50:21 +02:00
f5637ce4d2 Update git adog alias to sort by date 2020-07-14 12:00:14 +02:00
17c29e78c7 Rename vim javascript plugin 2020-07-13 16:34:09 +02:00
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
8d1b12ab29 Add HTML and JS FT-Plugins to Vim 2020-07-07 11:01:22 +02:00