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