Commit Graph

167 Commits (master)

Author SHA1 Message Date
bretello 7005372b5a
vim: create undo_dir when missing 2022-03-25 08:33:47 +01:00
bretello 78ee86c14a
vim: only load ultisnips when python3 is available 2022-03-25 08:30:16 +01:00
bretello ecd2472910
tmux: add history limit 2022-02-26 22:45:14 +01:00
bretello 9d2a3d99bd
vim: add (commented) vim themes plugs 2022-02-07 21:12:30 +01:00
bretello 24e705b332
vim: shortcuts improvements
- add `T` when on python file to run the pytest test
    under the cursor
- add <leader>xx to open a work buffer
- cleanup fugitive diff/blame/log maps
- remove outdated maps
2022-02-07 21:08:04 +01:00
bretello f48e6fa773
vim: add <leader>ue :UltiSnipsEdit mapping 2022-01-25 10:55:42 +01:00
bretello 8773349238
vim: fix rainbowcsv plug config 2022-01-25 10:55:13 +01:00
bretello c231afe36e
vim: add keywordprg config, override K
hit K to run a ripgrep search on the word under the cursor.
This leverages fzf.vim
2022-01-25 10:52:24 +01:00
bretello 66ca1af8b7
ansible: improve setup.yml playbook, formatting 2022-01-12 10:06:54 +01:00
bretello 0b3213632e
vim: remove csv plug 2021-12-25 22:55:49 +01:00
bretello 683ca475ae
vim: cleanup fzf config 2021-12-22 12:57:55 +01:00
bretello f05a892907
vim: update fzf layout 2021-12-20 20:09:57 +01:00
bretello 7e00071eda
vim: update ultisnips config 2021-12-20 20:09:00 +01:00
bretello 41816d6821
vim: add <leader>m for :Maps, update git maps 2021-12-20 20:09:00 +01:00
bretello ea95b4edce vim: improve fzf configuration 2021-12-09 10:47:29 +01:00
bretello 40540908e0 vim: improve fugitive/gitgutter shortcuts 2021-12-09 10:43:05 +01:00
bretello f1454a95f7 vim: update ALE configuration 2021-12-09 10:36:21 +01:00
bretello b249ed88f3 vim: add cursorcolum toggle shortcut (<leader>i) 2021-12-09 10:36:17 +01:00
bretello ef244d81e2 vim: add fzf_colors option 2021-12-09 10:22:26 +01:00
bretello ca7a7453a9
vim: update ALE rust config 2021-12-09 00:11:19 +01:00
bretello 207a46b847
vim: fix comment 2021-12-09 00:02:39 +01:00
bretello 81a84dacd2
vim: add json comment highlighting 2021-12-09 00:02:38 +01:00
bretello d58d4232e8
vim: cleanup airline config 2021-12-09 00:02:38 +01:00
bretello 5d45f454f8
vim: add tab switch shortcuts 2021-12-09 00:02:38 +01:00
bretello 6a5991de8b
vim: add tagbar plug 2021-12-09 00:02:37 +01:00
bretello 84236e28ad
vim: clean up colorscheme config 2021-12-09 00:02:37 +01:00
bretello f297e2e221 vim: load plugins on-demand 2021-11-16 14:46:30 +01:00
bretello b7f6ea2fc9 vim: add rainbow csv plugin 2021-11-16 14:42:56 +01:00
bretello f8c767bf98 vim: fix python breakpoint macro 2021-11-16 14:36:26 +01:00
bretello 1a3856d78d vim: add yankstack mapping 2021-11-16 14:34:46 +01:00
bretello 86adb6f53a vim: ale lint on enter and auto poetry 2021-11-16 14:28:33 +01:00
bretello ea6dbc555e
vim: add autocmds for go and rust 2021-10-01 17:34:38 +02:00
bretello 54666b0a03
vim: set spellang=it,en for markdown 2021-10-01 17:34:37 +02:00
bretello 9d901364fc
vim: improve git shortcuts 2021-10-01 17:34:37 +02:00
bretello cbcc841ba8
vim: add pytest plugin 2021-10-01 17:34:37 +02:00
bretello 601a16f07d
vim: load CSV module on-demand 2021-10-01 17:34:37 +02:00
bretello 8f481eb4b7
vim: update python ALE config 2021-10-01 17:34:37 +02:00
bretello 9b2328aad3
vim: replace snipmate with ultisnips 2021-10-01 17:34:37 +02:00
bretello 55ca57247d
vim: replace CTRLP with fzf.vim
- add fzf.vim
- Remove ack plugin (use :Rg instead)
2021-10-01 17:34:36 +02:00
bretello 6a1bba6bbd
add more fzf goodies 2021-10-01 17:34:36 +02:00
bretello 38f7bf2c60
vim: add dvc BufRead commands 2021-10-01 17:03:23 +02:00
bretello bf933fcf3e
vim: shortcuts: fix <leader>k 2021-09-26 16:09:47 +02:00
bretello 6f1d1263fa
vim: add cursorline 2021-09-26 16:09:15 +02:00
bretello d8461c69fc
vim: improve color handling 2021-09-26 16:07:34 +02:00
bretello 14be7945e1
vim: shortcuts: improve tab navigation 2021-09-26 16:02:21 +02:00
bretello 9fe51f308c
vim: improve plugins_config 2021-09-26 15:59:46 +02:00
bretello d1a6bf898e
vim: add vim-go plug 2021-09-26 15:53:57 +02:00
bretello 53b5d0f9f7
vim: fix GitStatus() 2021-09-26 15:52:21 +02:00
bretello 32ca99ea14 vim: update git shortcuts 2021-08-09 18:38:35 +02:00
bretello ddefba551e vim: update NERDTreeIgnore 2021-08-09 18:37:58 +02:00
bretello e009704e75 vim: move from python pyls to pylsp
note: this requires python-lsp-server (https://pypi.org/project/python-lsp-server/)
2021-08-09 18:36:17 +02:00
bretello 1e86f54f3c vim: wrap text in quickfix, loclist 2021-05-19 11:28:38 +02:00
bretello 3acebef599 vim: use spellcheck and wrapping for markdown files 2021-05-19 11:28:38 +02:00
bretello 9ae5b71263 vim: fix visual mode yank to clipboard 2021-05-19 11:28:34 +02:00
bretello 0cde5c3ea8 vim: add truecolor support 2021-05-19 11:27:25 +02:00
bretello 6cd1f5e07a vim: update ale config (rust+pylint) 2021-05-19 11:25:40 +02:00
bretello 5f84402142 vim: add shfmt as sh formatter 2021-05-19 11:25:40 +02:00
bretello 9ac97f0af7
vim: fix copy/paste shortcuts
use map instead of noremap so that <leader>Y can be also used
in visual mode
2021-04-11 18:50:03 +02:00
bretello 7f2e0333fd
vim: add <leader>m to run make silently 2021-04-11 13:26:50 +02:00
bretello ab7660a41b
vim: fix python breakpoint macro (@b) 2021-04-11 13:24:17 +02:00
bretello d99915b642
vim: add vim-vpp-modern plug 2021-04-10 22:06:03 +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 681acc90e6
vim: use <leader>ep to open plugs.vim 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 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 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 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 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 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 6b97913926 vim: add <leader>I to toggle indent guides 2021-01-07 16:14:41 +01:00
bretello 95e74f1d32 vim: set tab config for vue files 2021-01-07 11:08:00 +01:00
bretello b4c180b0e8 vim: set foldmethod to "indent" 2021-01-07 11:07:36 +01:00