Bruno BELANYI
|
2bf7f53ade
|
[FIX][VIM] Make configuration compatible w/ nvim
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
14679d3e81
|
[ADD][VIM] *.am filetype detection
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
d1054845c8
|
[ADD][VIM] *.tikz filetype detection
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
9bb660ca1d
|
[ADD][VIM] Commentary plug-in
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
af41ebe8e3
|
[UPDATE][VIM] Remove speeddating plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
ddd3d8211b
|
[FIX][VIM] Fix coding style include guard snippet
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
638ec6077c
|
[ADD][VIM] No white-space prompt for gitsendemail
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
b9b9701a2c
|
[UPDATE][VIM] Use rust-analyzer as linter
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
3966696ce3
|
[ADD][VIM] Open fzf in a floating window
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
dd1aa89186
|
[FIX][VIM] Reduce indentation for pandoc files
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
c84874d6c4
|
[ADD][VIM] Vifm plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
9107dad1e2
|
[FIX][VIM] Download vim-plug without user input
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
78c8ab8481
|
[FIX][VIM] No error message w/ missing colorscheme
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
8422c4ff2d
|
[ADD][VIM] Tmux filetype plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
99c5a8148c
|
[ADD][VIM] C header guard snippet
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
615afb29b0
|
[ADD][VIM] Jsonnet filetype plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
6b27f18721
|
[ADD][VIM] Syntax highlighting pandoc code blocks
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
11890af357
|
[ADD][VIM] Beancount filetype configuration
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
79eaa9aeda
|
[ADD][VIM] Beancount plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
dac10cd0c2
|
[ADD][VIM] Better increment/decrement commands
On top of it's stated goal, this enables an easy way to create numbered
lists
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
5c1b7ce9ac
|
[UPDATE][VIM] Use globally installed fzf package
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
53c88541e7
|
[ADD][VIM] More colorschemes
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
0c175aa650
|
[ADD][VIM] Photon colorscheme
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
1a76ae3dec
|
[ADD][VIM] ALE related mappings
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
295670f792
|
[ADD][VIM] Color column 100 in Haskell files
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
f17b377b0d
|
[UPDATE][VIM] Use ghc with dynamic libraries
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
357ee8fd89
|
[UPDATE][VIM] ALE configuration for Haskell
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
da32b4f8e6
|
[ADD][VIM] TOML plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
270bc39397
|
[ADD][VIM] Haskell filetype configuration
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
1daa1cce96
|
[UPDATE][VIM] Color column 99 in Rust files
As mandated by the official coding style for Rust.
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
7fc21c978e
|
[ADD][VIM] Use tabs in gitconfig
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
0ad4b69dad
|
[ADD][VIM] Mail filetype configuration
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
2b0a7deccc
|
[ADD][VIM] More Tim Pope plug-ins
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
e3c85a7df5
|
[ADD][VIM] Tex filetype configuration
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
3923fb230c
|
[ADD][VIM] YAML filetype configuration
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
5e6a17064b
|
[ADD][VIM] Auto-format Rust files on save
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
94ed7a9e9e
|
[FIX][VIM] Unlet ftplugin variables without errors
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
510d768f2d
|
[ADD][VIM] Nix plugin
|
2020-12-12 14:12:42 +01:00 |
|
Bruno BELANYI
|
62b3d66dc8
|
[FIX][VIM] Remove typo
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
986c255736
|
[ADD][VIM] CMake specific configuration
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
61fb44f08b
|
[UPDATE][VIM] Change colorscheme
I added more colorschemes that look good. Onedark should be a nice
change from Gruvbox.
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
58e8869538
|
[ADD][VIM] Use lazyredraw
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
31174951ff
|
[ADD][VIM] Auto-format Python files on save
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
ff1649bd58
|
[ADD][VIM] Only show sign column on active buffer
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
da54f2d130
|
[UPDATE][VIM] Move plugin settings to directory
|
2020-12-12 14:12:41 +01:00 |
|
Bruno BELANYI
|
bdf2b7a58c
|
[UPDATE][VIM] Better display of whitespace
I noticed that I didn't have any display for non-breaking spaces. While
adding this option, I chose to update tabs and trailing spaces display
too.
|
2019-11-05 16:00:42 +01:00 |
|
Bruno BELANYI
|
b610120360
|
[UPDATE][VIM] Better description for misc mappings
|
2019-11-05 16:00:42 +01:00 |
|
Bruno BELANYI
|
8b3eb2d05e
|
[ADD][VIM] Mapping to source current buffer
|
2019-11-05 16:00:42 +01:00 |
|
Bruno BELANYI
|
b1db71ddfa
|
[ADD][VIM] Home-row insertion mode escape mappings
|
2019-11-05 16:00:42 +01:00 |
|
Bruno BELANYI
|
f5c1d37ca3
|
[ADD][VIM] Mapping to jump to/from quickfix list
|
2019-11-05 16:00:42 +01:00 |
|