dot/outerheaven.init3.home/.config/nvim/init.vim

13 lines
251 B
VimL
Raw Normal View History

2024-06-18 11:40:28 +00:00
set mouse=
" use spaces instead of \t
set expandtab
" match indentation of previous line
set autoindent
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
if (has("termguicolors"))
set termguicolors
endif