pull[bot]
5e0633ead5
Merge pull request #231 from dmitmel/master
...
[pull] master from dmitmel:master
2021-03-30 09:29:53 +00:00
Dmytro Meleshko
3d34200ac6
[nvim] apparently usage of l: inside functions is entirely optional
2021-03-30 01:24:37 +03:00
pull[bot]
fc159ec552
Merge pull request #228 from dmitmel/master
...
[pull] master from dmitmel:master
2021-03-26 06:38:12 +00:00
Dmytro Meleshko
e2d21d085c
[nvim] fix highlighting of class names in SCSS
2021-03-26 01:15:15 +02:00
Dmytro Meleshko
570307f0bc
[nvim] fix highlighting of CSS pseudo-classes
2021-03-26 01:11:05 +02:00
Dmytro Meleshko
6a12867ee0
fixup! [nvim] fix syntax syncing for JS/TS after a vim-polyglot update (this made opening crosscode/assets/js/game.compiled.js insanely slow)
2021-03-25 23:13:46 +02:00
pull[bot]
4e1c759bbc
Merge pull request #227 from dmitmel/master
...
[pull] master from dmitmel:master
2021-03-25 06:41:49 +00:00
Dmytro Meleshko
e93033fd69
[nvim] disable the custom folding algorithm for Haskell
2021-03-25 01:41:24 +02:00
pull[bot]
9164088ecc
Merge pull request #226 from dmitmel/master
...
[pull] master from dmitmel:master
2021-03-21 15:54:50 +00:00
Dmytro Meleshko
f24c8e5131
[nvim] add nvim-treesitter (READ COMMIT NOTES)
...
The thing is currently unstable, requires the nightly branch of neovim,
and the highlighting groups need a lot of tweaking (obviously, :HLT
doesn't work, making this even harder). I just put the configuration
into the repo in case I need it in the future.
2021-03-21 15:13:42 +02:00
pull[bot]
f4a842d59e
Merge pull request #224 from dmitmel/master
...
[pull] master from dmitmel:master
2021-03-20 21:48:49 +00:00
Dmytro Meleshko
d129ba7563
[nvim] make the U mapping respect vim-repeat
2021-03-20 23:14:48 +02:00
ce9c2d33ae
Merged dmitmel:master into master.
2021-03-18 19:20:25 +01:00
Dmytro Meleshko
35b1e9446e
[nvim] add a binding for my favorite git feature
2021-03-17 19:56:07 +02:00
Dmytro Meleshko
6577755555
[nvim] switch from coc-python to coc-pyright
2021-03-14 12:19:19 +01:00
Dmytro Meleshko
7177de926a
[nvim] fix ranger on Android
2021-03-12 13:39:16 +02:00
Dmytro Meleshko
dfb049f52f
[nvim] add a quick keymap switcher
2021-03-12 13:28:08 +02:00
Dmytro Meleshko
0a3c9b7424
[nvim] add an indentation block motion
2021-03-07 15:24:42 +02:00
Dmytro Meleshko
b467ed4d63
[nvim] switch from coc-python to coc-pyright
2021-03-05 14:59:59 +02:00
pull[bot]
b31bea45ea
Merge pull request #218 from dmitmel/master
...
[pull] master from dmitmel:master
2021-02-27 14:13:28 +00:00
Dmytro Meleshko
8d525337fc
[nvim] add mappings for quick horizontal scrolling
2021-02-27 14:38:31 +02:00
pull[bot]
86b542b4d0
Merge pull request #217 from dmitmel/master
...
[pull] master from dmitmel:master
2021-02-22 11:00:14 +00:00
Dmytro Meleshko
a7d57f2fd8
[nvim] very specific fix of highlighting with termguicolors enabled
2021-02-22 11:16:11 +02:00
pull[bot]
fc3afdf441
Merge pull request #216 from dmitmel/master
...
[pull] master from dmitmel:master
2021-02-20 13:47:09 +00:00
Dmytro Meleshko
a5f7bd3565
[nvim] add a plugin for highlighting CSS colors
2021-02-20 13:46:11 +02:00
Dmytro Meleshko
0ce30126c0
[nvim] apparently :Gcommit has also been deprecated?
2021-02-20 13:45:57 +02:00
5517419413
Merge pull request #215 from dmitmel/master
2021-02-19 21:33:01 +01:00
Dmytro Meleshko
a06b104376
[nvim] update the mappings for fugitive
2021-02-15 16:22:36 +02:00
Dmytro Meleshko
b0eef79602
[nvim] disable ESLint integration for Prettier, sync configs
2021-02-12 09:08:57 +00:00
Dmytro Meleshko
8a4f6f8a4a
[nvim] disable ESLint integration for Prettier, sync configs
2021-02-12 10:43:39 +02:00
Dmytro Meleshko
6bd741c236
[nvim] disable matchpairs in all other JS-like filetypes
2021-02-09 12:29:26 +00:00
Dmytro Meleshko
32cfe4f0d5
[nvim] disable matchpairs in all other JS-like filetypes
2021-02-09 12:29:15 +02:00
Dmytro Meleshko
851a494eb0
[nvim] properly display wavy underlines under spelling mistakes now that I have enabled all termcap features of kitty
2021-02-08 21:44:50 +00:00
Dmytro Meleshko
1abf65b087
[nvim] properly display wavy underlines under spelling mistakes now that I have enabled all termcap features of kitty
2021-02-08 21:51:59 +02:00
Dmytro Meleshko
da7c44af35
[nvim] fix FixWhitespaceOnSave flooding the search history
2021-02-05 11:36:25 +00:00
Dmytro Meleshko
618995cc7f
[nvim] add functions to workaround some interesting behaviors of vim
2021-02-05 11:36:25 +00:00
Dmytro Meleshko
aed0b5a30e
[nvim] fix FixWhitespaceOnSave flooding the search history
2021-02-05 11:57:28 +02:00
Dmytro Meleshko
6dc39b0e04
[nvim] add functions to workaround some interesting behaviors of vim
2021-02-05 11:54:51 +02:00
Dmytro Meleshko
ed93c816f9
[nvim] bring back a fix removed in 14e64127e4
2021-02-02 22:52:58 +00:00
Dmytro Meleshko
124221d1e3
[nvim] bring back a fix removed in 14e64127e4
2021-02-02 22:29:04 +02:00
Dmytro Meleshko
57f0e01b51
[nvim] disable rust-analyzer's diagnostics and autoimports
2021-02-01 11:18:52 +00:00
Dmytro Meleshko
707397ae9e
[nvim] disable rust-analyzer's diagnostics and autoimports
2021-02-01 12:51:34 +02:00
Dmytro Meleshko
1e50762fcb
[nvim+zsh] fix the need for resetting FZF_DEFAULT_OPTS on Ubuntu and derivatives
2021-01-29 01:19:21 +00:00
Dmytro Meleshko
abde79fbf7
[nvim+zsh] fix the need for resetting FZF_DEFAULT_OPTS on Ubuntu and derivatives
2021-01-29 01:37:49 +02:00
7f3dfb96be
[nvim] Added plugin coc-explorer.
2021-01-28 16:24:43 +01:00
Dmytro Meleshko
4b6cf8c56a
[nvim] fix the commentstring in po files
2021-01-25 12:40:11 +00:00
Dmytro Meleshko
5e5eb4d39f
[nvim] fix the commentstring in po files
2021-01-25 11:04:02 +02:00
Dmytro Meleshko
06ff96bf30
[nvim] add a plugin for RON
2021-01-21 11:06:06 +00:00
Dmytro Meleshko
9b15d6e155
[nvim] add a plugin for RON
2021-01-21 12:49:13 +02:00
Dmytro Meleshko
4cc4389455
[nvim] make the airline theme match my syntax theme even more
2021-01-21 01:20:43 +00:00