aboutsummaryrefslogtreecommitdiff
path: root/modules/neovim/nvim/after
diff options
context:
space:
mode:
Diffstat (limited to 'modules/neovim/nvim/after')
-rw-r--r--modules/neovim/nvim/after/ftplugin/lua.lua2
-rw-r--r--modules/neovim/nvim/after/ftplugin/nix.lua2
2 files changed, 4 insertions, 0 deletions
diff --git a/modules/neovim/nvim/after/ftplugin/lua.lua b/modules/neovim/nvim/after/ftplugin/lua.lua
new file mode 100644
index 0000000..2d48451
--- /dev/null
+++ b/modules/neovim/nvim/after/ftplugin/lua.lua
@@ -0,0 +1,2 @@
+vim.o.tabstop=2
+vim.o.shiftwidth=2
diff --git a/modules/neovim/nvim/after/ftplugin/nix.lua b/modules/neovim/nvim/after/ftplugin/nix.lua
new file mode 100644
index 0000000..2d48451
--- /dev/null
+++ b/modules/neovim/nvim/after/ftplugin/nix.lua
@@ -0,0 +1,2 @@
+vim.o.tabstop=2
+vim.o.shiftwidth=2