This commit is contained in:
2020-10-12 21:33:25 +02:00
parent 65013e1ac5
commit f559e8b242
4 changed files with 12 additions and 5 deletions

5
vimrc
View File

@@ -3,6 +3,8 @@
" no ATTENTION messages when swap file is already found
set shortmess+=A
let g:pymode_python = 'python3'
" plugin stuff
filetype plugin on
filetype indent on
@@ -37,8 +39,6 @@ if dein#load_state('/home/jule/.cache/dein')
call dein#save_state()
endif
" ===== further plugin initialization and default config =====
so ~/.vim/plugged/cmdalias.vim/plugin/cmdalias.vim
@@ -93,6 +93,7 @@ set directory=~/.vimtmp
set modeline
set modelines=1
set autoindent
set laststatus=2
let g:nickID = 'hasufell'