Commit graph

113 commits

Author SHA1 Message Date
Dmytro Meleshko
643f996a94 [nvim] fix the insert-mode mapping for F1 2020-11-27 21:17:16 +02:00
Dmytro Meleshko
b185e78886 [nvim] add a mapping for showing the signature help 2020-11-27 11:55:24 +02:00
Dmytro Meleshko
1c5373a9bf [nvim] add vim-sneak 2020-11-22 16:07:33 +02:00
Dmytro Meleshko
9ce4eb6d46 [nvim] add DragOut command 2020-11-12 11:43:52 +02:00
Dmytro Meleshko
ef1bd7fa6a [nvim] fix comments and commentstring options in the nginx filetype 2020-11-09 13:47:05 +02:00
Dmytro Meleshko
f9ed443e4a [nvim+zsh] disable the ugly fzf popup window and turn off rounded borders in the preview window 2020-11-04 02:09:45 +02:00
Dmytro Meleshko
18ecbd5b33 [nvim] fix highlighting of destructured fields in TS 2020-10-25 17:30:08 +02:00
Dmytro Meleshko
93c9925a03 [nvim] make colorscheme improvements... 2020-10-15 19:14:15 +03:00
Dmytro Meleshko
ce1a7b2310 [nvim] highlight the as keyword/operator as a keyword 2020-10-10 20:07:18 +03:00
Dmytro Meleshko
bd04f977c4 [nvim] enable rust-analyzer.cargo.loadOutDirsFromCheck 2020-09-25 09:20:20 +03:00
Dmytro Meleshko
38238eb817 [nvim] fix the "E488: Trailing characters" error when pressing K with coc.nvim 2020-09-25 09:20:18 +03:00
Dmytro Meleshko
f5966e9c4b [nvim] add a mapping for switching keymaps along with customized versions of vim's keymaps 2020-09-19 16:34:04 +03:00
Dmytro Meleshko
d0bc803bcc [colorschemes] add a Prism.js theme 2020-09-06 21:48:22 +03:00
Dmytro Meleshko
0442601626 [colorschemes] rewrite the buildscript as a makefile 2020-09-06 14:14:29 +03:00
Dmytro Meleshko
afb70a6ad3 [nvim] add option for specifying extra arguments for markdown2htmldoc 2020-09-06 13:26:11 +03:00
Dmytro Meleshko
5d68d60ff6 [nvim] switch from RLS to rust-analyzer 2020-09-04 22:55:46 +03:00
Dmytro Meleshko
19eacd51ba [nvim] use a fork of detectindent which can ignore comments at the cost of performance (let's see how this will go) 2020-08-30 20:32:18 +03:00
Dmytro Meleshko
3c045bff66 rewrite gitignores 2020-08-23 11:59:42 +03:00
Dmytro Meleshko
65a581e0ce very minor changes 2020-08-23 11:57:34 +03:00
Dmytro Meleshko
1066a92fd3 [nvim] add an <F5> keybinding to "run" some filetypes 2020-08-12 23:55:09 +03:00
Dmytro Meleshko
9da4fb95b0 [nvim] add a MediaWiki syntax plugin 2020-08-12 23:28:11 +03:00
Dmytro Meleshko
23b00f41a4 [nvim] fix highlighting of namespaces in Rust 2020-08-12 17:49:01 +03:00
Dmytro Meleshko
3101bc4440 [nvim] fix highlighting of StringDelimiters 2020-08-08 11:03:30 +03:00
Dmytro Meleshko
221ffec92c [nvim] fix spelling errors being unreadable with highlighting 2020-08-06 19:45:41 +03:00
Dmytro Meleshko
e8ab498446 [nvim] don't use the 16th base16 color in the colorscheme 2020-08-01 19:52:11 +03:00
Dmytro Meleshko
69266d9daa [nvim] re-enable vim-exchange 2020-07-27 10:46:55 +03:00
Dmytro Meleshko
da3ade69e0 [nvim] remap <C-n> and <C-p> to something more useful 2020-07-26 10:32:07 +03:00
Dmytro Meleshko
3898112521 [zsh] add a few useful aliases and functions 2020-07-18 22:48:25 +03:00
Dmytro Meleshko
aaab49d57c [nvim] fix highlighting of the abstract keyword in TypeScript 2020-07-12 14:59:58 +03:00
Dmytro Meleshko
e145d64d20 [nvim] always show coc diagnostics in virtual text 2020-05-27 22:51:52 +03:00
Dmytro Meleshko
b1d022e1fe [nvim] move colorcolumn one column to the left 2020-05-17 12:55:02 +03:00
Dmytro Meleshko
2a260771e9 [nvim] add a handy makeprg for markdown files 2020-05-12 16:46:12 +03:00
Dmytro Meleshko
827b7286db [nvim] tweak typescript highlighting a bit more 2020-04-30 12:04:57 +03:00
Dmytro Meleshko
d49a22bcf3 [nvim] move more plugins into IDE mode 2020-04-30 12:04:57 +03:00
Dmytro Meleshko
eaf54fd311 [nvim] change indent for kivy 2020-04-10 15:14:19 +03:00
Dmytro Meleshko
ce7f8a30b9 [nvim] use default coc.nvim plugin for airline 2020-03-25 21:43:27 +02:00
Dmytro Meleshko
63357c3394 [nvim] enable eslint for typescript 2020-03-25 21:42:39 +02:00
Dmytro Meleshko
43959c4f9b [nvim] fix filetype preferences for indentation 2020-03-10 22:39:12 +02:00
Dmytro Meleshko
f8e9206692 [nvim] check for URLs in FormatOnSave 2020-03-08 02:49:27 +02:00
Dmytro Meleshko
b8ba43a562 [nvim] tweak coc status in airline 2020-03-07 20:02:04 +02:00
Dmytro Meleshko
57d91218c9 [nvim] fix 'try' highlighting in TypeScript 2020-02-25 00:25:20 +02:00
Dmytro Meleshko
73919c7b81 [scripts] add onscreen-message.py 2020-02-23 14:45:46 +02:00
Dmytro Meleshko
16818de102 [nvim] add dash to keyword characters in CSS and its dialects 2020-02-23 10:42:19 +02:00
Dmytro Meleshko
01a6ac0aef [nvim] add proper highlighting for keyword operators in Python 2020-02-10 14:37:12 +02:00
Dmytro Meleshko
527936e3b3 [nvim] configure CtrlSF theme a bit 2020-02-10 14:36:49 +02:00
Dmytro Meleshko
84d121f5e5 [nvim] disable key mappings in the markdown plugin 2020-01-27 17:09:50 +02:00
Dmytro Meleshko
1a9f2a6276 [nvim] disable indent lines in text files 2020-01-27 12:00:26 +02:00
Dmytro Meleshko
fe4e7cd307 [nvim] disable markdown conceal 2020-01-27 11:58:51 +02:00
Dmytro Meleshko
9e84c32f9d [nvim] remove hardcoded config path 2020-01-20 01:31:04 +02:00
Dmytro Meleshko
26ee242721 [nvim] add indent detection 2020-01-17 20:34:17 +02:00