Rewrite the remaining neovim config in lua

This commit is contained in:
2025-01-10 18:56:19 +01:00
parent 889af814fc
commit 96b0313c36
6 changed files with 256 additions and 237 deletions

View File

@ -0,0 +1,4 @@
vim.bo.tabstop = 8
vim.bo.expandtab = true
vim.bo.softtabstop = 4
vim.bo.shiftwidth = 4