feat(nvim): set lua filetype settings

This commit is contained in:
Price Hiller 2023-07-28 04:43:19 -05:00
parent 2ee3fde793
commit 43499eb077
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -0,0 +1,3 @@
vim.opt_local.tabstop = 4
vim.opt_local.shiftwidth = 4
vim.opt_local.expandtab = true