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 | ae7523c0c3cf8a04d35a7a448554e7b8d3a074f8 (patch) | |
| tree | e8fc0c29ed648b130501774fe045521b4786a97d /.config/nvim/ftplugin/gdscript.lua | |
| parent | ab57a70296890a7cbc4bb8b47e309e4857c6cd29 (diff) | |
Goodest nvim conf
Diffstat (limited to '.config/nvim/ftplugin/gdscript.lua')
| -rw-r--r-- | .config/nvim/ftplugin/gdscript.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/gdscript.lua b/.config/nvim/ftplugin/gdscript.lua new file mode 100644 index 0000000..a021dba --- /dev/null +++ b/.config/nvim/ftplugin/gdscript.lua @@ -0,0 +1,5 @@ +local tabwidth = 4 +vim.opt.expandtab = false +vim.opt.shiftwidth = tabwidth +vim.opt.softtabstop = tabwidth +vim.opt.tabstop = tabwidth |
