Commit Graph

280 Commits

Author SHA1 Message Date
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
Dmytro Meleshko 3705c0313f [nvim] make tabline buffer positions more consistent 2019-11-17 13:52:10 +02:00
Dmytro Meleshko 0c8010448d [zsh] remove `open` command on macOS 2019-11-16 15:04:10 +02:00
Dmytro Meleshko 18ddb83d4b [scripts] add factors function for pycalc 2019-11-14 19:40:52 +02:00
Dmytro Meleshko 85f880db9e [zsh] performance messages coloring improvements 2019-11-10 01:09:41 +02:00
Dmytro Meleshko e80379a2e5 [nvim] add EditGlob function 2019-11-09 23:02:18 +02:00
Dmytro Meleshko 3d856b1b3c [nvim] enable coc.nvim for JSON5 2019-11-09 22:00:23 +02:00
Dmytro Meleshko b36f2a4d35 [nvim] enable Prettier for SCSS and LESS 2019-11-08 00:15:09 +02:00
Dmytro Meleshko 313be3691a [nvim] add Emmet support in Jinja/Jinja2/Nunjucks templates 2019-11-03 17:01:32 +02:00
Dmytro Meleshko c7b24f9ee6 [nvim] modify JS syntax highlighting 2019-11-03 13:14:41 +02:00
Dmytro Meleshko 6ebd7f6728 [nvim] modify XML syntax highlighting 2019-11-02 16:47:59 +02:00
Dmytro Meleshko 8f36c52cd8 [zsh] add function `git_current_branch` 2019-10-30 18:32:43 +02:00
Dmytro Meleshko a084fce534 [welcome] refactor local IPv4 address lookup 2019-10-30 16:47:54 +02:00