highlight Keyword cterm=italic
" FZF config
-set rtp+=/usr/local/opt/fzf
+set rtp+=$FZF_VIM_PATH
" Inserts the path of the currently edited file into a command
noremap <C-P> :FZF <CR>
Plug 'tpope/vim-endwise'
Plug 'rstacruz/vim-closer'
Plug 'michaeljsmith/vim-indent-object'
+Plug 'editorconfig/editorconfig-vim'
" Distraction free editing
Plug 'junegunn/goyo.vim'