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
No known key found for this signature in database

View File

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