Improve neovim config

This commit is contained in:
2024-02-28 10:01:01 +01:00
parent f5c7448c8a
commit c5706f1cd8
4 changed files with 75 additions and 0 deletions

View File

@@ -10,3 +10,4 @@ vim.o.relativenumber = true
vim.o.tabstop = 4
vim.o.shiftwidth = 4
vim.o.expandtab = true