Last active
December 23, 2019 20:49
-
-
Save amadeus/7b6acc7c292ef5aece87b4b466b84e9a to your computer and use it in GitHub Desktop.
.lvimrc template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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