summaryrefslogtreecommitdiff
path: root/nvim/after/ftplugin/html.lua
diff options
context:
space:
mode:
authorkkard2 <[email protected]>2023-12-02 12:45:06 +0100
committerkkard2 <[email protected]>2023-12-02 12:45:06 +0100
commit1e094abc6c4c6866b0abad198b1785d2da3d327c (patch)
treeb448c85510b88da34cfe06469f5a976fbed889ae /nvim/after/ftplugin/html.lua
parentbd2a637b4593d8a64010a0438ce1c9b57a9436a5 (diff)
i couldn't help it
Diffstat (limited to 'nvim/after/ftplugin/html.lua')
-rw-r--r--nvim/after/ftplugin/html.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/nvim/after/ftplugin/html.lua b/nvim/after/ftplugin/html.lua
deleted file mode 100644
index ed7f6bb..0000000
--- a/nvim/after/ftplugin/html.lua
+++ /dev/null
@@ -1,3 +0,0 @@
-vim.opt.tabstop = 2
-vim.opt.softtabstop = 2
-vim.opt.shiftwidth = 2