diff options
| author | miguel <m.i@gmx.at> | 2021-06-14 20:31:39 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-14 20:31:39 +0200 |
| commit | a6cb3b898bb80f0ac404575f8ac7bf786491f446 (patch) | |
| tree | c2d39b3df59300ded0eafc4edd4bd5ace73bab06 /vim-new | |
| parent | 860747910a628aa98d7f267f1d3d2fa50cdfeb26 (diff) | |
add zsh stuff
Diffstat (limited to 'vim-new')
| -rw-r--r-- | vim-new/init.vim | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/vim-new/init.vim b/vim-new/init.vim index a663f6c..7fca7b6 100644 --- a/vim-new/init.vim +++ b/vim-new/init.vim @@ -1,5 +1,10 @@ " Miguel's Fresh Neovim Config -" 29th Apr 2021 - 02nd June 2021 +" 29th Apr 2021 - 14th June 2021 +" +" link from ~/.config/nvim/init.vim +" 1. install vim-plug +" 2. run :PlugUpdate +" 3. run :checkhealth " {{{ vim-plug call plug#begin('~/.vim/plugged') @@ -197,5 +202,5 @@ nmap <leader>a :Rg | " fuzzy find text in the working directory nmap <leader>c :Commands<cr>| " fuzzy find Vim commands (like Ctrl-Shift-P in Sublime/Atom/VSC) nmap <leader>t :Tags<cr>| " fuzzy find tags " }}} -" + let g:fzf_layout = { 'down': '~40%' } |
