Skip to content

Instantly share code, notes, and snippets.

@ardasener
ardasener / .vimrc
Created December 1, 2020 15:50
Vim Config
"{{{ README
" Use zm to fold this file into sections
" Use za to toggle the sections open/closed
"
" This config file aims to be the simplest/dependency free it could be.
" - Anything that can intuitively be done with vim itself is done so.
" - If required pure vimscript plugins are prefered.
" - LSP is used as it reduces the number of additional plugins required
" (Check LSP section to see what to install)
"}}}