Chris 4 년 전
부모
커밋
605161450f
4개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md
  2. 2 0
      ftplugin/css.vim
  3. 2 0
      ftplugin/html.vim
  4. 3 0
      ftplugin/yaml.vim

+ 1 - 0
README.md

@@ -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 - 0
ftplugin/css.vim

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

+ 2 - 0
ftplugin/html.vim

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

+ 3 - 0
ftplugin/yaml.vim

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