rusdevops

Results 81 issues of rusdevops

I really like your work, thank you :heart: I want to ask you to add a solution for **vifm** docs: - https://vifm.info/vimdoc.shtml#vifm-%3Ahighlight examples: - https://vifm.info/colorschemes.shtml P.S. excellent ligament: `terminal` ->...

```vim nnoremap rr :vsplit term://zshA nnoremap rv :vsplit term://zshA nnoremap rs :split term://zshA nnoremap re :vsplit term:// ``` Also need to disable centering in terminal

cnoreabbrev HR vert bo h cnoreabbrev H vert h

yilin-yang/vim-markbar

https://github.com/neoclide/coc.nvim/issues/2230 fixing ``` go get golang.org/x/tools/[email protected] ```

``` nnoremap zd :diffthis nnoremap zh :Hexmode nnoremap zi :set list! nnoremap zl :Limelight!! nnoremap zs :set hlsearch! nnoremap zw :set wrap! nnoremap zy :GoYo ```

``` " Use for trigger snippet expand. imap (coc-snippets-expand) " Use for select text for visual placeholder of snippet. vmap (coc-snippets-select) " Use for jump to next placeholder, it's default...

``` brew install xsv ```

```json { "suggest": { "enablePreselect": true, "numberSelect": true, "acceptSuggestionOnCommitCharacter": true }, "coc": { "preferences": { "useQuickfixForLocations": true, "formatOnInsertLeave": true, "formatOnSaveFiletypes": ["go"] } } } ```