diff options
| author | kkard2 <[email protected]> | 2023-08-11 13:38:11 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-08-11 13:38:11 +0200 |
| commit | 6bc836d1616b6771666afc98f5ba7ef9afe59d2e (patch) | |
| tree | 614402bb36ab824550be00d8efec9701add6ef52 /nvim/after/ftplugin/html.lua | |
| parent | 73675cd16c76e46bbca307ef34603c500371b3b4 (diff) | |
| parent | 7f0fd81a27ad51acebba61f2ddd10d21d4f5ca41 (diff) | |
Merge branch 'main' of github.com:kkard2/.dotfiles
Diffstat (limited to 'nvim/after/ftplugin/html.lua')
| -rw-r--r-- | nvim/after/ftplugin/html.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/html.lua b/nvim/after/ftplugin/html.lua new file mode 100644 index 0000000..ed7f6bb --- /dev/null +++ b/nvim/after/ftplugin/html.lua @@ -0,0 +1,3 @@ +vim.opt.tabstop = 2 +vim.opt.softtabstop = 2 +vim.opt.shiftwidth = 2 |
