This commit is contained in:
Roland Thomas
2022-12-11 11:07:30 -05:00
parent e64c333d6e
commit c0e5a2fa1d
15 changed files with 2024 additions and 11 deletions

19
.vimrc Normal file
View File

@ -0,0 +1,19 @@
syntax enable
filetype plugin indent on
set smartindent
set tabstop=4
set shiftwidth=4
set expandtab
set copyindent
set number
colorscheme nord
let g:airline_theme='base16_nord'
" python3 from powerline.vim import setup as powerline_setup
" python3 powerline_setup()
" python3 del powerline_setup
" set laststatus=2