This commit is contained in:
fqbn207
2025-01-02 19:38:19 +01:00
parent 539d0b2673
commit c2b6fd2f1d

View File

@ -19,11 +19,11 @@
vim.opt.shiftwidth = 2 vim.opt.shiftwidth = 2
vim.opt.tabstop = 2 vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.cursorline = true vim.opt.cursorline = true
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.autoindent = true vim.opt.autoindent = true
vim.opt.smartindent = true vim.opt.smartindent = true
vim.opt.softtabstop = 4
vim.opt.number = true vim.opt.number = true
vim.diagnostic.config({ vim.diagnostic.config({
virtual_text = false, virtual_text = false,