add basic vim stuff

This commit is contained in:
frosty 2024-07-24 07:48:25 +00:00
parent cafb88ea56
commit de18e68128
4 changed files with 10 additions and 0 deletions

3
.gitmodules vendored Normal file
View file

@ -0,0 +1,3 @@
[submodule ".vim/autoload"]
path = .vim/autoload
url = https://github.com/junegunn/vim-plug.git

1
.vim/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.netrwhist

1
.vim/autoload Submodule

@ -0,0 +1 @@
Subproject commit d80f495fabff8446972b8695ba251ca636a047b0

5
.vim/vimrc Normal file
View file

@ -0,0 +1,5 @@
call plug#begin()
Plug 'vim-airline/vim-airline'
call plug#end()