diff options
| author | iamcheeseman <[email protected]> | 2026-04-18 11:18:23 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-04-18 11:18:23 -0400 |
| commit | f0bf896d1372c69d8ad7889564a28168954d8123 (patch) | |
| tree | b8d21aa614a7fb4ea14f6362a6ea314b75aad4fb /.config/nvim/ftplugin/lua.lua | |
| parent | 08fa714b600045802d0ef1474291b17448dee272 (diff) | |
update
Diffstat (limited to '.config/nvim/ftplugin/lua.lua')
| -rw-r--r-- | .config/nvim/ftplugin/lua.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/lua.lua b/.config/nvim/ftplugin/lua.lua new file mode 100644 index 0000000..9c6b1dc --- /dev/null +++ b/.config/nvim/ftplugin/lua.lua @@ -0,0 +1,3 @@ +vim.o.tabstop = 2 +vim.o.shiftwidth = 2 +vim.treesitter.stop() -- get this TRASH outta here |
