Merge branch 'master' of github.com:ChristianChiarulli/nvim

This commit is contained in:
Chris 2021-02-15 01:34:49 -05:00
commit b20b925e7f
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/
- Ubuntu
```
curl -l https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage > /tmp/nvim.appimage
curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim.appimage -o /tmp/nvim.appimage
sudo mv /tmp/nvim.appimage /usr/local/bin/nvim

View file

@ -18,7 +18,7 @@ let g:which_key_sep = '→'
" set timeoutlen=100
" Coc Search & refactor
nnoremap <leader>? CocSearch <C-R>=expand("<cword>")<CR><CR>
nnoremap <leader>? :CocSearch <C-R>=expand("<cword>")<CR><CR>
let g:which_key_map['?'] = 'search word'
" Not a fan of floating windows for this