From a6cb3b898bb80f0ac404575f8ac7bf786491f446 Mon Sep 17 00:00:00 2001 From: miguel Date: Mon, 14 Jun 2021 20:31:39 +0200 Subject: add zsh stuff --- vim-new/init.vim | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'vim-new/init.vim') 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 a :Rg | " fuzzy find text in the working directory nmap c :Commands| " fuzzy find Vim commands (like Ctrl-Shift-P in Sublime/Atom/VSC) nmap t :Tags| " fuzzy find tags " }}} -" + let g:fzf_layout = { 'down': '~40%' } -- cgit v1.2.3