Skip to content

Instantly share code, notes, and snippets.

@AliKhadivi
Created May 5, 2022 09:04
Show Gist options
  • Save AliKhadivi/5a23c205e927a6c9e85d27c95f0123ed to your computer and use it in GitHub Desktop.
Save AliKhadivi/5a23c205e927a6c9e85d27c95f0123ed to your computer and use it in GitHub Desktop.
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