1
0
Fork 0
dot/.config/nvim/after/ftplugin/lua.lua

8 lines
117 B
Lua
Raw Normal View History

2024-05-05 17:34:33 +02:00
-- options
2024-01-27 21:12:38 +01:00
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
2024-05-05 17:34:33 +02:00
-- treesitter
2024-01-27 21:12:38 +01:00
vim.treesitter.start()