Changing profile name

This commit is contained in:
Tobias
2025-04-05 22:42:05 +02:00
parent 1af9122e56
commit 728a8073d6
11 changed files with 5 additions and 5 deletions

13
lua/default/set.lua Normal file
View File

@@ -0,0 +1,13 @@
vim.opt.nu = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.hlsearch = false
vim.opt.incsearch = true
vim.opt.scrolloff = 8