Port over filetype plugin settings

This commit is contained in:
2024-04-02 23:02:49 +01:00
parent d7ac1f7213
commit 381d4e66cf
19 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
-- Setup tabs
vim.opt.expandtab = false
vim.opt.tabstop = 8
vim.opt.shiftwidth = 8
vim.opt.softtabstop = 8