Commit Graph

17 Commits

Author SHA1 Message Date
pull[bot] b5fbb5b982
Merge pull request #260 from dmitmel/master
[pull] master from dmitmel:master
2021-05-16 13:10:49 +00:00
Dmytro Meleshko ca5544566a [nvim] make various airline setup improvements
1. List the extensions I use explicitly.
2. Use the `iminsert` part instead of `keymap` as it shows the short
   code from `b:keymap_name`.
3. Move the file size display part into its own "extension".
4. Update the file size part on-the-fly by using `wordcount()` not more
   frequently than 2 seconds.
5. Abuse the extension system for tweaking `maxlinenr` and `colnr`, and
   also read their real definitions.

Pretty cool, am I right?
2021-05-16 15:18:43 +03:00
Keanu Timmermans 0a9b65af7b
Merged dmitmel:master into master. 2021-04-26 12:14:13 +02:00
Dmytro Meleshko 70acf70f0b [nvim] entirely get rid of the CtrlSF plugin 2021-04-25 21:02:00 +03:00
Dmytro Meleshko 436fffdd6d [nvim] add a comment textobject in continuation to 4d42627b83
You may be wondering why I have exchanged a single simple plugin for two
arguably more complex ones. Well, vim-commentary couldn't put comments
on blank lines, so there. And also tcomment.vim was mentioned in the
README of the former plugin.
2021-04-24 14:06:43 +03:00
pull[bot] c1e451b5ce
Merge pull request #241 from dmitmel/master
[pull] master from dmitmel:master
2021-04-23 22:29:43 +00:00
Dmytro Meleshko 4d42627b83 [nvim] use tcomment.vim instead of vim-commentary 2021-04-23 17:41:41 +03: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] 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
Keanu Timmermans 7f3dfb96be
[nvim] Added plugin coc-explorer. 2021-01-28 16:24:43 +01: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
Keanu Timmermans 62611bb01e
[nvim] Added WakaTime plugin. 2021-01-17 12:07:14 +01:00
Keanu Timmermans ab7320297f
[scripts/discord-stream] Now uses separate file. 2021-01-16 18:15:57 +01:00
Dmytro Meleshko 0a134aab30 [nvim] add a file in runtimepath for loading the plugins list 2020-12-03 19:29:51 +02:00