diff options
| author | kkard2 <[email protected]> | 2023-08-07 19:24:17 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-08-07 19:24:17 +0200 |
| commit | 628b258500a14ef22e6b01f1fb41b677923f1d05 (patch) | |
| tree | 59a472c488cb36bd3b0ab8bde4be8c50f5bbc0da /nvim/after | |
| parent | 91f8147acb466f2d5f188cc13d22eaac08d46c31 (diff) | |
websites or sth, idk i'm not a web developer
Diffstat (limited to 'nvim/after')
| -rw-r--r-- | nvim/after/ftplugin/css.lua | 3 | ||||
| -rw-r--r-- | nvim/after/ftplugin/html.lua | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/nvim/after/ftplugin/css.lua b/nvim/after/ftplugin/css.lua new file mode 100644 index 0000000..ed7f6bb --- /dev/null +++ b/nvim/after/ftplugin/css.lua @@ -0,0 +1,3 @@ +vim.opt.tabstop = 2 +vim.opt.softtabstop = 2 +vim.opt.shiftwidth = 2 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 |
