Commit Graph

63 Commits

Author SHA1 Message Date
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 8f02ecf943 [nvim] fix null highlighting in JSON 2020-01-04 14:18:27 +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 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 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 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 fc5ed3fe78 [nvim] add mappings for improving consistency 2019-10-11 15:45:40 +03:00
Dmytro Meleshko e71bdf304f [nvim] open Git status in a vertical split 2019-09-29 14:03:29 +03:00
Dmytro Meleshko 207bf799cf [nvim] modify <CR> mapping to write all files 2019-09-28 09:52:49 +03:00
Dmytro Meleshko c9858363e6 [nvim] update shell colorscheme detection mechanism 2019-09-19 20:11:34 +03:00
Dmytro Meleshko 857276d35e [nvim] remove airline-themes and use a custom theme instead 2019-09-06 01:03:52 +03:00
Dmytro Meleshko bdfdba8e88 [nvim] move colorscheme to a file in runtimepath 2019-09-06 00:38:37 +03:00
Dmytro Meleshko cc7ab02507 [nvim] change EasyAlign binding to <leader>ga 2019-08-26 02:03:17 +03:00
Dmytro Meleshko 13b6ba6bd4 [nvim] improve AWK syntax highlighting 2019-08-26 02:02:27 +03:00
Dmytro Meleshko 92c335b627 [colorschemes] add name 2019-08-25 11:34:11 +03:00
Dmytro Meleshko 2325f94e1b create automatic colorscheme generator 2019-08-24 19:05:09 +03:00
Dmytro Meleshko a420aafa79 [nvim] add man to ignored filetypes of IndentLine 2019-08-21 12:47:17 +03:00
Dmytro Meleshko 08255396c9 [nvim] fix quotes highlighting in /bin/sh scripts 2019-08-02 16:14:54 +03:00
Dmytro Meleshko 415e169fa2 [nvim] open Helptags menu only in normal mode 2019-07-11 09:36:31 +03:00
Dmytro Meleshko 8d5df71057 [nvim] get rid of duplicate error/warning counters 2019-06-28 11:53:52 +03:00
Dmytro Meleshko 7eeb9e41d2 [nvim] change warning/error signs 2019-06-28 01:28:22 +03:00
Dmytro Meleshko a3e88edfbf [nvim] fix coc statusline 2019-06-28 01:23:34 +03:00
Dmytro Meleshko 45809040d2 [nvim] add an optional argument for the Open command 2019-06-21 14:55:49 +03:00
Dmytro Meleshko 19c9f66519 [nvim] adjust title 2019-06-21 02:28:22 +03:00
Dmytro Meleshko 3de164b9d1 [nvim] add IDE mode switch 2019-06-21 02:27:47 +03:00
Dmytro Meleshko a93107eb91 [nvim] fix terminal cursorline 2019-05-18 19:24:52 +03:00
Dmytro Meleshko a4eede589b [nvim] use :write instead of :update 2019-05-18 11:23:30 +03:00
Dmytro Meleshko d2dd0cb301 [nvim] use vim-plug instead of dein 2019-05-14 18:45:14 +03:00
Dmytro Meleshko 3e272ffaaf [nvim] fix coc in the statusline 2019-05-14 17:48:38 +03:00
Dmytro Meleshko e15ee17a58 [nvim] fix <Del> 2019-05-12 15:25:12 +03:00
Dmytro Meleshko 8c5e2ca4b4 [nvim] enable termguicolors if base16-shell is not loaded 2019-05-09 19:25:41 +03:00
Dmytro Meleshko 4536b766e7 [nvim] coc in statusline 2019-05-09 18:28:06 +03:00
Dmytro Meleshko b70d8de16b [nvim] fix close buffer with <Del> 2019-05-08 10:58:36 +03:00