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
12755c630b
Add C inline comment surround mapping
2018-08-26 10:50:07 +01:00
567b93b256
Enable Doxygen mapping only for c, cpp filetypes
2018-08-26 10:49:14 +01:00
bcd7877df0
Add TODO surround mapping for C/C++
2018-08-26 10:45:25 +01:00
4adb4d22fe
Use K for YouCompleteMe GetDoc in C/C++ files
2018-08-26 10:42:41 +01:00
ebc5941b52
Improve vmap 0 to play nice with comments
2018-08-26 10:40:44 +01:00
1d80cbb679
Simplify .vimrc layout & folds
2018-08-26 10:36:10 +01:00
277de97a36
Move vim autocommands into ftdetect or ftplugin
2018-08-26 10:36:10 +01:00
ae19475ebc
Use vim after/ftplugin/c.vim to support '///' doxygen comments
2018-08-25 22:19:35 +01:00