Skip to content

Instantly share code, notes, and snippets.

View Demwunz's full-sized avatar
:octocat:
donuts

Fazal Demwunz

:octocat:
donuts
View GitHub Profile
@Demwunz
Demwunz / init.vim
Last active March 27, 2021 23:21 — forked from benawad/init.vim
VSCode style Vim/NeoVim setup
" Specify a directory for plugins
" - For Neovim: stdpath('data') . '/plugged'
" - Avoid using standard Vim directory names like 'plugin'
call plug#begin('~/.vim/plugged')
" Make sure you use single quotes
" Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }