aboutsummaryrefslogtreecommitdiff
path: root/nvim/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/ftplugin')
-rw-r--r--nvim/ftplugin/html.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/nvim/ftplugin/html.lua b/nvim/ftplugin/html.lua
new file mode 100644
index 0000000..009e21d
--- /dev/null
+++ b/nvim/ftplugin/html.lua
@@ -0,0 +1,8 @@
1local opt = vim.opt_local
2
3opt.tabstop = 2
4opt.softtabstop = 2
5opt.shiftwidth = 2
6opt.expandtab = true
7opt.autoindent = true
8opt.foldenable = true