Created
May 5, 2022 09:04
-
-
Save AliKhadivi/5a23c205e927a6c9e85d27c95f0123ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set number | |
set cursorline | |
" Plugins will be downloaded under the specified directory. | |
call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged') | |
" Declare the list of plugins. | |
Plug 'junegunn/fzf' | |
Plug 'junegunn/fzf.vim' | |
" List ends here. Plugins become visible to Vim after this call. | |
call plug#end() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment