This commit is contained in:
Chris 2021-03-23 02:35:03 -04:00
parent 89fac34ca8
commit 605161450f
4 changed files with 8 additions and 0 deletions

View file

@ -150,6 +150,7 @@ To set up your particular debugger, look here:
- better install script, simple install just support `~/.config/nvim`
path
- add badges to readme
**LOW PRIORITY**

2
ftplugin/css.vim Normal file
View file

@ -0,0 +1,2 @@
set ts=2
set sw=2

2
ftplugin/html.vim Normal file
View file

@ -0,0 +1,2 @@
set ts=2
set sw=2

3
ftplugin/yaml.vim Normal file
View file

@ -0,0 +1,3 @@
set ts=2
set sw=2