Skip to content

Instantly share code, notes, and snippets.

@amadeus
Last active December 23, 2019 20:49
Show Gist options
  • Save amadeus/7b6acc7c292ef5aece87b4b466b84e9a to your computer and use it in GitHub Desktop.
Save amadeus/7b6acc7c292ef5aece87b4b466b84e9a to your computer and use it in GitHub Desktop.
.lvimrc template
" NOTE: Only source this file once per session
if g:localvimrc_sourced_once
finish
endif
echom '{page} .lvimrc has been sourced'
set tabstop=2
set shiftwidth=2
set expandtab
let g:ale_fix_on_save = 1
let g:preserve_whitespace = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment