Commit Graph

218 Commits

Author SHA1 Message Date
0f1cfa623c
chore(vimrc): add vim-gitgutter plugin 2021-05-20 20:17:10 +02:00
1861310a9b
vimrc: terminal mode enhancements
* add keybinds to run make in the {back,fore}ground and open the
  terminal once done
* add keybind to enter terminal normal mode easily
2021-05-03 14:43:57 +02:00
31e3b051f2
vimrc: set options for ft=sway and tw=79 generally 2021-05-03 04:41:52 +02:00
de591a7f7a
vimrc: optimise plugin loading + linter setting
* theme change to space_vim_theme
* airline theme change to violet
* compensate for themes not setting italic by setting it ourselves
* airline mode set to the short versions of normal, insert, visual,
  etc...

* enable vim popups (ballooneval)

* add ALE linter

* syntastic conditional loading
* Plug plugins conditional loading
* plugins slowing down vim startup are only loaded based on
  event hooks that's active once vim loaded the file {CursorHold,CursorHoldI}
* {plugin,theme,general} clean-up
2021-05-03 02:05:15 +02:00
40a45bfefd
vimrc: thic cursor pls 2021-03-23 19:37:38 +01:00
bfebde7a58
vimrc: add wiki plugin 2021-03-23 19:36:36 +01:00
83283e3645
vimrc: set Fira Code as gui font 2021-03-15 14:18:07 +01:00
d748fb4415
vimrc: cursor updates 2021-03-15 14:16:36 +01:00
d3c2cc87fb
vimrc: syntastic setting updates 2021-03-15 14:15:41 +01:00
bae9b0d39b
vimrc: run gitgutter calls asynchronously 2021-03-15 14:14:40 +01:00
54d4ed9469
vimrc: plugin updates 2021-03-15 14:13:32 +01:00
cbb464b1a8
fix: deoplete updating
* don't call nvim command
* enable at startup
2021-02-10 23:26:30 +01:00
88fbf9e0cb
chore: set autoload for tex files 2021-02-04 22:56:22 +01:00
d1182628a3
vimrc: set conceallevel properly 2021-02-04 22:56:15 +01:00
ab973281fd
feat: vimrc updates 2020-10-05 18:32:34 +02:00
2d8d5892f5
feat: notermguicolors; feat: pdflatex compilation shorthand 2020-06-11 23:06:33 +02:00
aa3dff77a4
feat: vimrc enhancements
* feat: added latex compilation nmap
* feat: set scrolloff=5
* feat: set noerrorbells (silence)
* feat: set conceallevel=0 - esp. noticeable in json files
* feat: set termguicolors
* fix: vim in tmux mouse fix (in qterminal)
* refactor: use palenight.vim as palenight
* refactor: move stuff around
2020-05-27 10:25:31 +02:00
af9d41c0b9
moved vimrc to a folder 2020-04-29 15:12:42 +02:00