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