File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ Plug 'ctrlpvim/ctrlp.vim'
48
48
Plug ' rhysd/vim-crystal'
49
49
Plug ' mhinz/vim-startify'
50
50
Plug ' joshdick/onedark.vim'
51
+ Plug ' mfukar/robotframework-vim'
51
52
52
53
call plug#end ()
53
54
@@ -188,6 +189,7 @@ vmap <silent> <expr> p <sid>Repl()
188
189
189
190
" Open current directory
190
191
map <S-w> :e %:h<CR>
192
+ map <C-y> :w !xclip -sel c <CR><CR>
191
193
192
194
let g: airline_powerline_fonts = 1
193
195
if ! exists (' g:airline_symbols' )
Original file line number Diff line number Diff line change 5
5
cd ~/.fonts && curl -fLo DroidSansMonoForPowerlinePlusNerdFileTypes.otf https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/DroidSansMono/complete/Droid%20Sans%20Mono%20Nerd%20Font%20Complete%20Mono.otf?raw=true
6
6
7
7
ln -s ~/.vim/.vimrc ~/.vimrc
8
- sudo apt-get install ctags wmctrl
8
+ sudo apt-get install ctags wmctrl fonts-powerline
9
9
10
10
Open vim and run next command: ` PlugInstall `
11
11
You can’t perform that action at this time.
0 commit comments