home: vim: add 'plugin' directory
This commit is contained in:
parent
1e6a5401ec
commit
6ea69fae87
12 changed files with 186 additions and 0 deletions
8
home/vim/plugin/settings/fzf.vim
Normal file
8
home/vim/plugin/settings/fzf.vim
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue