summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--ftplugin/css.vim2
-rw-r--r--ftplugin/html.vim2
-rw-r--r--ftplugin/yaml.vim3
4 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 99ad1de8..91d558fd 100644
--- a/README.md
+++ b/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**
diff --git a/ftplugin/css.vim b/ftplugin/css.vim
new file mode 100644
index 00000000..cd979a10
--- /dev/null
+++ b/ftplugin/css.vim
@@ -0,0 +1,2 @@
+set ts=2
+set sw=2
diff --git a/ftplugin/html.vim b/ftplugin/html.vim
new file mode 100644
index 00000000..cd979a10
--- /dev/null
+++ b/ftplugin/html.vim
@@ -0,0 +1,2 @@
+set ts=2
+set sw=2
diff --git a/ftplugin/yaml.vim b/ftplugin/yaml.vim
new file mode 100644
index 00000000..78afacc9
--- /dev/null
+++ b/ftplugin/yaml.vim
@@ -0,0 +1,3 @@
+set ts=2
+set sw=2
+