Commit Graph

307 Commits (9bdbd1774dc8798cff3f0bd0485b8b5e4899b2c6)

Author SHA1 Message Date
bretello a6a927e6d8
zsh: add add antibody extras, cleanup plugins.txt
export _DOTFILES_EXTRA_PLUGINS=true to load plugins in
`antibody_plugins_extra.txt`
2021-04-10 22:06:02 +02:00
bretello e1921affdc
zsh: add BAT_THEME=gruvbox-dark env var 2021-04-10 22:05:44 +02:00
bretello 2e19f7d476
add tmux basic config 2021-04-05 18:12:53 +02:00
bretello fe83822b56
vim: use popup for completion suggestions 2021-04-05 18:12:53 +02:00
bretello 3bab8cd959
vim: add csv plugin 2021-04-05 18:12:53 +02:00
bretello d20c511105
vim: add terraform plugin 2021-04-05 18:12:53 +02:00
bretello 61fcdb7ea7
vim: remove duplicate shortcut 2021-04-05 18:12:53 +02:00
bretello 40074e5655
vim: add <leader>ll to open loclist 2021-04-05 18:12:53 +02:00
bretello 8a1ca40569
functions: add gi() to query toptal's gitignore API 2021-04-05 18:12:52 +02:00
bretello 681acc90e6
vim: use <leader>ep to open plugs.vim 2021-04-05 18:12:52 +02:00
bretello c5edf934ef
gitconfig: revert back to vimdiff 2021-04-05 18:12:52 +02:00
bretello 55abb84de7
vim: add Quickpeek 2021-04-05 18:12:52 +02:00
bretello f95cbf6e5c
vim: add ale_completion_symbols 2021-04-05 18:12:52 +02:00
bretello 1a603373ec
vim: add <leader>t shortcuts class for tab navigation 2021-04-05 18:12:52 +02:00
bretello 5a79c63f33
vim: map <leader>/ to Git 2021-04-05 18:12:52 +02:00
bretello b3ad761244
vim: add snipmate config 2021-04-05 18:12:52 +02:00
bretello 7bdba383c6
vim: map <leader>r to ALERepeatSelection, add -relative flag to ALEFindReferences 2021-04-05 18:12:51 +02:00
bretello d88b203b73
vim: add <leader>ef,ec,es to open config files
<leader>ef edits $DOTFILES/vim/functions.vim
<leader>ec edits $DOTFILES/vim/plugins_config.vim
<leader>es edits $DOTFILES/vim/shortcuts.vim
2021-04-05 18:12:51 +02:00
bretello 88c26c90d1
vim: cleanup 2021-04-05 18:12:51 +02:00
bretello 185330490b
vim: shortcuts: fix clipboard yanking on linux 2021-04-05 18:12:51 +02:00
bretello a8f17dfaa3
vim: cleanup ALE linters and config 2021-04-05 18:12:51 +02:00
bretello 4f34f5957f
vim: shortcuts: use loclist for Ack (LAck), cleanup 2021-04-05 18:12:51 +02:00
bretello 036c631c0c
zsh: theme: improve navigation mode display 2021-04-05 18:12:51 +02:00
bretello 1e4bf92f96
add git-blame-ignore-revs 2021-04-05 18:12:50 +02:00
bretello 529f0f0dff
zsh: fix tab formatting for zsh-theme 2021-04-05 18:12:50 +02:00
bretello e50cc58941
vim: add completion to Man and Cmd functions 2021-04-05 18:12:50 +02:00
bretello 9dd2aa7ac4
Revert "vim: remove <leader>mk shortcut"
This reverts commit 45e0800add.
2021-04-05 18:12:50 +02:00
bretello e38021e324
vim: set gruvbox contrast to 'dark' 2021-04-05 18:12:50 +02:00
bretello f19e9ea485
vim: add syntax highlighting to :Man command 2021-04-05 18:12:50 +02:00
bretello f5f70bfc07
vim: add clang-format as a C fixer 2021-04-05 18:12:50 +02:00
bretello 43b72d36dd
vim: remove :Explore shortcut 2021-04-05 18:12:49 +02:00
bretello 71f307e12c
zsh: move vi_mode_prompt_info to RPS1 2021-04-05 18:12:49 +02:00
bretello dbe581b065
vim: cleanup airline configuration 2021-04-05 18:12:49 +02:00
bretello f9fe64f9f8
vim: map <leader>H to HighlightCoverageForAll 2021-04-05 18:12:49 +02:00
bretello 11ae80412d
vim: fix gutentags ctags exclude list 2021-04-05 18:12:49 +02:00
bretello deb1563e50
vim: add noexpandtab for golang 2021-04-05 18:12:49 +02:00
bretello db74463cd1
vim: add bash-language-server linter 2021-04-05 18:12:48 +02:00
bretello b01bf588eb
vim: swap CtrlPBufTag with CtrlPTag, add CtrlPLine 2021-04-05 18:12:48 +02:00
bretello 53923d0d58
pdbprc: minor improvements 2021-04-05 18:12:48 +02:00
bretello 52e4ed0d88
vim: update gutentags/ctrlp configuration 2021-04-05 18:12:44 +02:00
bretello 4ef43fed16
vim: add snipmate plug dependency 2021-01-15 01:43:43 +01:00
bretello 79dcf5e973
zsh: add $ANTIBODY environment variable 2021-01-15 01:34:40 +01:00
bretello d4ec9a5f2e
zsh: add visual mode indicator to zsh theme 2021-01-15 01:34:10 +01:00
bretello 42422738e4
vim: improve CtrlP shortcuts, remove bufexplorer plug 2021-01-15 00:12:13 +01:00
bretello 45e0800add
vim: remove <leader>mk shortcut 2021-01-09 23:54:58 +01:00
bretello 5e4fa5ef03
vim: enable folds by default 2021-01-09 23:54:20 +01:00
bretello b280360a16
zsh: do not show parentheses around git prompt 2021-01-09 23:53:54 +01:00
bretello 651bfe01f7
vim: add Goyo shortcuts
- `<leader>za` opens Goyo
- `<leader>zz` toggles Goyo
2021-01-09 23:46:33 +01:00
bretello 9e2e7e1ee0
vim: add Man and Cmd functions
- `:Man <cmd>` opens the man of `cmd` in a new buffer
- `:Cmd <cmd>` executes `cmd` and shows the output in a new scratch
  buffer
2021-01-09 23:44:49 +01:00
bretello 229a97856e
add bash-language-server archlinux package 2021-01-09 23:41:47 +01:00