Commit Graph

442 Commits

Author SHA1 Message Date
Dmytro Meleshko 9f2aeebb8a add my silly CrossCode mod I need on every one of my laptops 2020-02-23 20:47:32 +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 7025b697d6 [colorschemes] mention default setvtrgb config 2020-02-01 17:57:24 +02:00
Dmytro Meleshko e52821db5e [git] add some more entries to gitignore_global 2020-01-30 21:40:20 +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
Dmytro Meleshko 328a75d157 [zsh] temporarily fix zplg errors caused by detached HEAD in plugins 2020-01-12 10:34:16 +02:00
Dmytro Meleshko e415f2c1bf [kitty] disable window title in menu bar 2020-01-11 13:50:25 +02:00
Dmytro Meleshko 13c57e9dcc [nvim] disable floating window for suggestions 2020-01-06 16:40:45 +02:00
Dmytro Meleshko 42c2d37734 [nvim] fix coc#status error/warning signs 2020-01-06 16:16:24 +02:00
Dmytro Meleshko ff47c00035 [zsh] unset jq_colors 2020-01-06 12:07:07 +02:00
Dmytro Meleshko e549d7fa2f [zsh] refactor platform identification 2020-01-06 12:06:58 +02:00
Dmytro Meleshko 894a81f2b3 [zsh] refactor *path variable manipulation functions 2020-01-05 13:43:46 +02:00
Dmytro Meleshko 093bd9837c [zsh] change jq theme 2020-01-04 23:20:28 +02:00
Dmytro Meleshko 8f02ecf943 [nvim] fix null highlighting in JSON 2020-01-04 14:18:27 +02:00
Dmytro Meleshko 1c43cdcf51 [zsh] add function for checking out latest versions of plugins 2019-12-30 17:22:28 +02:00
Dmytro Meleshko 0d521c169b [zsh, git] use Zsh aliases instead of gitconfig for my log format 2019-12-30 00:34:47 +02:00
Dmytro Meleshko 0bd63cd767 [git] refine and return custom format.pretty 2019-12-25 23:52:02 +02:00
Dmytro Meleshko c31a5515f1 [zsh] add multiple file support for the `open` function 2019-12-23 11:53:58 +02:00
Dmytro Meleshko 30e517a40c [zsh] update links to Oh My Zsh 2019-12-21 21:19:24 +02:00
Dmytro Meleshko 914f01de14 [nvim] bind F9 to :make 2019-12-19 18:56:29 +02:00
Dmytro Meleshko 12c736032d [nvim] remove my ftplugin experiments 2019-12-15 23:33:53 +02:00
Dmytro Meleshko f0d108ab4c [nvim] put my configs in runtimepath 2019-12-15 22:20:05 +02:00
Dmytro Meleshko 5ad510c830 [nvim] use wildmenu 2019-12-15 22:03:56 +02:00
Dmytro Meleshko 545770bc9e [nvim] use the ftplugin mechanism instead of FileType autocommands 2019-12-15 20:39:36 +02:00
Dmytro Meleshko d4e04125a6 [scripts] handle non-existing languages in markdown2htmldoc 2019-12-11 23:03:10 +02:00
Dmytro Meleshko 97764cfaa7 [scripts] move welcome script to script-resources 2019-12-10 08:05:33 +02:00
Dmytro Meleshko c7df8535ea [zsh] add aliases for tree listing 2019-12-09 19:49:50 +02:00
Dmytro Meleshko 2114cfc5c7 rewrite markdown2htmldoc to JS 2019-12-07 18:10:32 +02:00
Dmytro Meleshko 9f1d9f506e [scripts] move script resources to a separate directory 2019-12-07 11:18:55 +02:00
Dmytro Meleshko 6f3eb3b40e [scripts] add Markdown to HTML document generator script 2019-12-05 22:50:38 +02:00
Dmytro Meleshko 38452b72b7 [nvim] don't disable cursorline in terminals because it causes much more trouble than helps 2019-11-30 13:00:37 +02:00
Dmytro Meleshko 362e169cca [kitty] update tab_title.patch 2019-11-30 12:20:01 +02:00
Dmytro Meleshko 2b797d1541 [zsh] remove CPPFLAGS and LDFLAGS 2019-11-30 12:20:01 +02:00
Dmytro Meleshko 6a4b9beaca [scripts] fix factors function in pycalc 2019-11-27 09:32:23 +02:00
Dmytro Meleshko 87c8dc8113 [scripts] import fractions in pycalc 2019-11-26 20:37:29 +02:00
Dmytro Meleshko 509f39abaa [zsh] add alias for opening current Vim session 2019-11-26 17:44:27 +02:00
Dmytro Meleshko 95d44a7e04 [nvim] fix TypeScript syntax highlighting 2 2019-11-24 11:23:32 +02:00
Dmytro Meleshko fce98716f8 [nvim] remove < and > from matchpairs for TypeScript 2019-11-23 13:57:31 +02:00
Dmytro Meleshko a537c49b89 [nvim] another fix for TypeScript syntax highlighting 2019-11-23 13:29:52 +02:00
Dmytro Meleshko 6b0b660993 [nvim] fix object key highlighting in TypeScript 2019-11-22 17:48:10 +02:00
Dmytro Meleshko 4a357aaf81 [nvim] change default commentstring for C-like languages 2019-11-21 21:55:46 +02:00
Dmytro Meleshko 5a41b8229b [nvim] add syntax highlighting links to colorscheme for TypeScript 2019-11-19 21:20:46 +02:00
Dmytro Meleshko 44c50c1913 [nvim] disable ESLint in TypeScript 2019-11-18 22:01:39 +02:00