diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | 7cca5541771ce99ff88279583906693007feb0e8 (patch) | |
| tree | 6c9cb0fb2f0f5fb2fe1e7faa473b4a8c6eafe1b0 /.config/nvim/ftplugin | |
| parent | 61cfbe924b31349f5958cc7faa2d6debad5759d9 (diff) | |
Pasta
Diffstat (limited to '.config/nvim/ftplugin')
| -rw-r--r-- | .config/nvim/ftplugin/cs.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/cs.lua b/.config/nvim/ftplugin/cs.lua new file mode 100644 index 0000000..5031865 --- /dev/null +++ b/.config/nvim/ftplugin/cs.lua @@ -0,0 +1,4 @@ +local tabwidth = 4 +vim.opt.shiftwidth = tabwidth +vim.opt.softtabstop = tabwidth +vim.opt.tabstop = tabwidth |
