3a2337cd63
Add do#show_documentation() using coc.nvim
...
Change the `K` normal mode overrides to use the example given in the
coc.nvim README file which uses Vim's builtin help when in `vim` or
`help` files, or checks if coc.nvim is ready and invokes
`CocActionAsync('doHover')`, otherwise fallback to using `keywordprg`.
2021-04-18 14:42:33 +01:00
51621e8134
Remove vim-plug and use minpac
...
* Add `Pack`, `PackUpdate`, `PackStatus` and `PackClean` commands to
manage plugins.
* Don't load `minpac` by default.
* Remove `vim-plug` completely.
2018-11-30 19:41:21 +00:00
99f64f8a47
Add support for folding python blocks in vim files
2018-08-26 10:42:41 +01:00
641d3a514a
Improve custom vim fold expression
2018-08-26 10:42:41 +01:00
8eb08c17a6
Improve vim script fold with custom foldexpr
2018-08-26 10:40:44 +01:00
61e47dac00
Make K mapping no remap for vim script
2018-08-26 10:40:44 +01:00
46aa25f6be
Add vim normal mode filetype mapping K opens help
2018-08-26 10:40:44 +01:00
277de97a36
Move vim autocommands into ftdetect or ftplugin
2018-08-26 10:36:10 +01:00