Skip to content

Commit cda75de

Browse files
committed
Adds roobot syntax support
1 parent 6dbbd91 commit cda75de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.vimrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ Plug 'ctrlpvim/ctrlp.vim'
4848
Plug 'rhysd/vim-crystal'
4949
Plug 'mhinz/vim-startify'
5050
Plug 'joshdick/onedark.vim'
51+
Plug 'mfukar/robotframework-vim'
5152

5253
call plug#end()
5354

@@ -188,6 +189,7 @@ vmap <silent> <expr> p <sid>Repl()
188189
189190
"Open current directory
190191
map <S-w> :e %:h<CR>
192+
map <C-y> :w !xclip -sel c <CR><CR>
191193
192194
let g:airline_powerline_fonts = 1
193195
if !exists('g:airline_symbols')

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
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
66

77
ln -s ~/.vim/.vimrc ~/.vimrc
8-
sudo apt-get install ctags wmctrl
8+
sudo apt-get install ctags wmctrl fonts-powerline
99

1010
Open vim and run next command: `PlugInstall`
1111

0 commit comments

Comments
 (0)