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