Commit graph

118 commits

Author SHA1 Message Date
f70fc73dec
feat: add comments 2021-08-03 08:48:20 +02:00
489308c643
feat: remove pytest 2021-08-03 08:48:20 +02:00
39131d37c7
feat: remove c++ specific plugins / settings 2021-08-03 08:48:20 +02:00
b424262e07
feat: add coc-prettier 2021-07-19 11:28:14 +02:00
54700559de
feat: add markdown preview plugin 2021-07-08 08:45:52 +02:00
e5737e86ea
feat: dim coc type annotations 2021-07-08 08:44:51 +02:00
abc0d8d3f1
feat: complete coc with enter (for longer suggestions) 2021-07-08 08:44:19 +02:00
13958c9584
fix: prevent filetype vimwiki outside wikis clashes with markdown 2021-07-08 08:43:38 +02:00
aac1260fa5
Display colorcolumn in js/ts files 2021-01-18 08:43:59 +01:00
2ee5a7ede5
Indent with spaces 2021-01-18 08:43:51 +01:00
0feb6580b1
Lint with eslint on save 2021-01-18 08:43:33 +01:00
4dcab39d5b
Added eslint config 2021-01-15 09:46:31 +01:00
d8be2b09ac
Merged coc-settings 2021-01-13 08:54:31 +01:00
35e1aae000
Added coc-tsserver extension 2021-01-13 08:50:44 +01:00
7be23df8ad
Added json auto formatting 2021-01-11 13:20:09 +01:00
5b94fb0c26
Added javascript config 2021-01-11 13:18:22 +01:00
6ea51f93a5
Added typescript syntax highlighting 2020-12-07 21:25:59 +01:00
437e2fedf9
Select _and_ trigger completion with <tab> 2020-11-21 10:47:21 +01:00
e34a27110e
Enabled tab-completion in vimwiki by disabling tab-mapping for table
fomatting
2020-11-21 10:47:21 +01:00
a9f7a71e48
Map <c-g> to :Rg 2020-11-17 16:29:50 +01:00
030d6449c2
Auto-format toml files 2020-11-17 16:29:22 +01:00
e34d6b19a0
Added coc-html 2020-11-13 14:02:55 +01:00
714b522855
Removed unused coc maps 2020-11-07 14:24:59 +01:00
afceb7dbb3
Added toml completer 2020-11-07 14:24:39 +01:00
077f833fe9
Auto-format yaml 2020-11-06 13:51:11 +01:00
88b23fa9db
Switched from deoplete/language-client-neovim to coc.nvim 2020-10-26 08:08:44 +01:00
0067fb860c
Ignore around and buffer sources in deoplete 2020-10-23 13:59:31 +02:00
2a0ffc5972
Fixed typo in deoplete config 2020-10-23 13:59:13 +02:00
3637ce1f94
Added vimwiki with config 2020-10-23 11:52:05 +02:00
b905366f43
Autoformat rust files 2020-10-01 14:02:51 +02:00
628463f6dd
Added rust language server 2020-10-01 14:00:50 +02:00
daaa73ee2e
Enabled fzf in language client 2020-10-01 14:00:49 +02:00
9a5866c2f7
Switched to language-client <Plug> key mapping 2020-10-01 14:00:49 +02:00
5c45e250f3
Added toml syntax plugin 2020-10-01 14:00:49 +02:00
539f8c3c43
Switched from black to LSC for format-on-save 2020-09-02 12:06:47 +02:00
f359aaa6a2
Enabled persistent undo 2020-09-01 14:22:12 +02:00
de3f451729
Added pytest 2020-09-01 14:21:12 +02:00
ee90bec9db
Auto-close deoplete preview 2020-09-01 14:17:36 +02:00
b0c43f4da7
Added black 2020-09-01 14:17:06 +02:00
Michael Mandl
797881eeb5 Set gitgutter signcolumn to neutral background color 2020-05-31 14:40:32 +02:00
Michael Mandl
9825334a20 Suppress missing deoplete warning 2020-05-30 19:43:15 +02:00
Michael Mandl
02528b7ca6 Don't warn if colorscheme is missing 2020-05-30 19:38:47 +02:00
Michael Mandl
ca84150dcc Added vim-peekaboo register preview 2020-05-24 13:00:45 +02:00
Michael Mandl
e015869642 Tuned language client commands 2020-05-24 13:00:15 +02:00
Michael Mandl
1718c35a1c Ctrl-p searches in git files 2020-05-24 12:59:28 +02:00
Michael Mandl
eb3b1f1364 Added nuake console 2020-05-24 12:58:51 +02:00
Michael Mandl
db2c1a6ee2 Added vim-commentary 2020-04-09 08:27:19 +02:00
Michael Mandl
4ffd646c94 Enabled smart searching 2020-04-09 08:26:11 +02:00
Michael Mandl
59154963a4 Set cursorline on active window 2019-12-22 12:55:19 +01:00
Michael Mandl
1efe1038e3 Tuned vim-illuminate highlighting 2019-11-29 15:06:19 +01:00
Michael Mandl
31e9f7e11b Re-enabled swp plugin, but disabled auto-formatting 2019-11-29 15:05:33 +01:00
Michael Mandl
9edb59df4e Enable cursorline for active window 2019-11-29 15:04:58 +01:00
Michael Mandl
9df9199a6b Mapped C-S to :Split 2019-11-21 20:38:52 +01:00
Michael Mandl
1aff0cc30d Start clangd from system path instead of absolute path 2019-11-21 20:38:30 +01:00
Michael Mandl
f20e5b5e19 Added vim-illuminate and vim-surround 2019-11-21 20:36:52 +01:00
Michael Mandl
1f1b409e6b Removed slow autotag plugin 2019-11-21 20:36:13 +01:00
ade1dce41e Added vim-dispatch plugin 2019-11-04 09:31:20 +01:00
Michael Mandl
554340e651 Added autotag 2019-10-28 08:40:50 +01:00
Michael Mandl
e1ea119dbc Surrounded autocmds with augroups 2019-10-28 08:40:25 +01:00
Michael Mandl
a268a9d8b6 Added scroll-offset 2019-10-28 08:39:49 +01:00
Michael Mandl
fc316d33c6 Removed terminal mode mapping 2019-10-24 16:45:40 +02:00
Michael Mandl
64fa11c04e Added vimproc 2019-10-24 16:45:15 +02:00
bc0db1504b Preview commands 2019-10-22 19:09:13 +02:00
9db0786f00 Only use noremap 2019-10-22 19:08:56 +02:00
14ab95faf7 Configured terminal mode 2019-10-22 18:52:41 +02:00
c1f6f4b819 Removed obsolete working Alt-key mappings 2019-10-22 17:41:58 +02:00
6b9190861d Enabled splitopen fzf ctrl-s 2019-10-22 17:41:21 +02:00
Michael Mandl
38cc653598 Ported vimrc to nvim 2019-10-22 17:19:35 +02:00