dot/outerheaven.init3.home/.config/nvim/init.vim
2024-06-18 08:20:39 -05:00

10 lines
253 B
VimL

set mouse=
set expandtab " use spaces instead of \t
set autoindent " match indentation of previous line
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
if (has("termguicolors"))
set termguicolors
endif