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 'bumaociyuan/vim-swift'
Plug 'udalov/kotlin-vim'
Plug 'tikhomirov/vim-glsl'
+Plug 'jparise/vim-graphql'
" Editing
Plug 'tpope/vim-endwise'
Plug 'milkypostman/vim-togglelist'
Plug 'jremmen/vim-ripgrep'
-Plug 'jparise/vim-graphql'
-
" List ends here. Plugins become visible to Vim after this call.
call plug#end()