diff --git a/ftplugin/rust.lua b/ftplugin/rust.lua new file mode 100644 index 00000000..8eaf4ae4 --- /dev/null +++ b/ftplugin/rust.lua @@ -0,0 +1,3 @@ +vim.opt.tabstop = 4 +vim.opt.softtabstop = 4 +vim.opt.shiftwidth = 4