Commit graph

100 commits

Author SHA1 Message Date
299c65cd0a
feat: show buffer number 2022-04-04 16:53:45 +02:00
492be2d390
feat: rename with leader-r 2022-04-02 10:52:07 +02:00
cc4da2fb2d
feat: enable javascript formatting 2022-04-02 10:51:56 +02:00
8eb820689a
feat: add json language server 2022-04-02 10:51:42 +02:00
46c64e6bd5
feat: close telescope immediatly 2022-04-02 10:50:59 +02:00
ffae2576e9
fix: initialize vim statusline later 2022-04-02 10:50:40 +02:00
e27ac8891e
feat: add gitview 2022-04-02 10:50:28 +02:00
17e8dc63a7
feat: replace vim-commentary with Comment.nvim 2022-04-02 10:49:56 +02:00
6b953fa964
feat: complete snippets with C-s 2022-04-02 10:49:31 +02:00
f526cb94e1
feat: switch buffers with C-PageUp/Down 2022-04-02 10:49:01 +02:00
a385e1ab19
feat: enable clippy in rust-analyzer 2022-03-21 14:49:37 +01:00
d634051918
feat: hide terminal line numbers 2022-03-17 10:21:24 +01:00
5e72b97e85
feat: add terraform support 2022-03-17 09:20:29 +01:00
c4a5bc4dce
feat: don't split git window 2022-03-12 10:42:14 +01:00
1ec0301cb2
feat: add format-buffer key-mapping 2022-03-12 10:42:14 +01:00
bedd106416
feat: format with prettier via stdin 2022-03-08 08:33:07 +01:00
f61bd1aa89
feat: add clangd language server 2022-02-24 21:07:07 +01:00
affd28c6f5
feat: update installer 2022-02-24 20:43:00 +01:00
a6156e117d
Merge remote-tracking branch 'nvim/main' 2022-02-24 20:41:13 +01:00
9708fa7213
refactor: move all files to subdirectory 2022-02-24 20:39:39 +01:00
db439caed7
feat: change annotation highlighting 2022-02-02 19:26:06 +01:00
669520f697
feat: turn off color-column 2022-02-02 19:25:56 +01:00
c046a01646
feat: turn off line numbers in terminal windows 2022-02-02 19:25:42 +01:00
d3741b5829
feat: turn off line wrapping 2022-02-02 19:25:29 +01:00
ace4a55f96
feat: add indent-blankline 2022-01-15 13:45:53 +01:00
8cb1920380
fix: don't enter insert mode when entering terminal buffers
this wasn't really limited to terminal buffers
2021-10-12 10:27:17 +02:00
f0e3b2e538
feat: auto-format css files 2021-10-12 10:27:02 +02:00
e8676474a0
add targets.vim plugin 2021-09-10 13:37:58 +02:00
a04092513f
feat: add which-key to vim 2021-08-28 10:48:32 +02:00
d659679bd6
feat: goto insert mode when entering a terminal in vim 2021-08-28 10:48:16 +02:00
32634d6212
feat: split vim windows to right/below 2021-08-28 10:47:52 +02:00
a2b5574b4d
feat: reload init.vim on save 2021-08-03 08:48:20 +02:00
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