home: vim: add 'plugin' directory

This commit is contained in:
Bruno BELANYI 2021-02-23 15:04:47 +00:00
parent 1e6a5401ec
commit 6ea69fae87
12 changed files with 186 additions and 0 deletions

View file

@ -0,0 +1,8 @@
" Use a floating window when availble
if has('nvim-0.4.0') || has("patch-8.2.0191")
let g:fzf_layout = { 'window': {
\ 'width': 0.9,
\ 'height': 0.7,
\ 'highlight': 'Comment',
\ 'rounded': v:false } }
endif