Commit Graph

45 Commits (master)

Author SHA1 Message Date
bretello 62c95b60d5
vim: disable ALE fix on save on git diffs 2024-04-06 21:24:45 +02:00
bretello c137ef0e0f
vim: increase history limits 2024-04-06 21:24:45 +02:00
bretello f4e960be35 vim: lower timeout for combined keymaps 2023-10-25 11:44:33 +02:00
bretello cff20cef16
Revert "vim: ale: try using deoplete for completion"
This reverts commit bfad3b2a4c.
deoplete requires pynvim to be always available.
This is annoying when using virtualenvs or pynvim is not available.
2023-09-22 18:21:56 +02:00
bretello bfad3b2a4c vim: ale: try using deoplete for completion 2023-09-15 10:23:01 +02:00
bretello d4bf2f32f8
vim: allow local override of config via the .vimrc.local file 2023-09-15 00:29:56 +02:00
bretello e749eedb75
vim: get rid of set shell/shellcmdflag 2023-09-15 00:29:56 +02:00
bretello 455ba2c17e
vim: misc linting fixes 2023-09-15 00:29:56 +02:00
bretello f6880b715e
vim: group autocommands in augroups 2023-09-15 00:29:55 +02:00
bretello de05c9c8f7
vim: add support for THEME_PREFER_LIGHT env variable 2023-09-15 00:29:55 +02:00
bretello 5563b3434f
vim: fix aupat for iptables files 2023-06-22 11:25:33 +02:00
bretello ca30bd2d47
vim: tagbar: fix mouse-click issue
related: 3b6cf2b
2023-01-27 12:34:55 +01:00
bretello 3f89412fcc
vim: ALE: allow right click for refactors/code actions 2023-01-19 15:07:17 +01:00
bretello 5b575986c9
misc improvements/cleanup
- add fzf-tab-config
- fix fzf plugin install
- change shortcut for spell
- set default shell to zsh
2022-11-26 00:56:23 +01:00
bretello b0ae3d6e3d
vim: update ale/gutentags config, add new git maps
Git maps:

- <leader>gp -> push
- <leader>gl -> log
- <leader>gc -> commit
- <leader>gpf -> push --force-with-lease
- <leader>gs -> stage hunk under cursor
- <leader>gu -> unstage hunk under cursor
2022-08-12 15:52:55 +02:00
bretello 9f566efa8e
vim: add actionlint support (through ALE) 2022-05-03 10:17:42 +02:00
bretello c5be7e7f0c
vim: set minimum fold lines 2022-03-25 08:52:57 +01:00
bretello 782accd7ae
vim: do not return to previous edit position for files in .git 2022-03-25 08:34:09 +01:00
bretello 7005372b5a
vim: create undo_dir when missing 2022-03-25 08:33:47 +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 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 84236e28ad
vim: clean up colorscheme config 2021-12-09 00:02:37 +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 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 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 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 0cde5c3ea8 vim: add truecolor support 2021-05-19 11:27:25 +02:00
bretello fe83822b56
vim: use popup for completion suggestions 2021-04-05 18:12:53 +02:00
bretello 88c26c90d1
vim: cleanup 2021-04-05 18:12:51 +02:00
bretello e38021e324
vim: set gruvbox contrast to 'dark' 2021-04-05 18:12:50 +02:00
bretello deb1563e50
vim: add noexpandtab for golang 2021-04-05 18:12:49 +02:00
bretello 5e4fa5ef03
vim: enable folds by default 2021-01-09 23:54:20 +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
bretello d066906af3
vim: add extra rule for iptables filetypes 2020-12-09 22:25:35 +01:00
bretello daf0094409
vim: add persistent undo 2020-12-09 22:25:35 +01:00
bretello 2b6cac6c8d
vim: add iptables-restore plugin 2020-12-09 01:36:55 +01:00
bretello 1b4c259c97
vim: add ansible.yaml rules 2020-12-08 00:07:55 +01:00
bretello 9fe2ec17a6
vim: formatting in vimrc 2020-12-08 00:06:36 +01:00
bretello aaf687a225
vim: split config into multiple files 2020-12-07 23:41:44 +01:00