Update neovim configs

This commit is contained in:
2025-08-05 16:19:18 -04:00
parent f404788868
commit 46ec7c60ee
9 changed files with 77 additions and 47 deletions

View File

@@ -0,0 +1,10 @@
vim.g.mapleader= " "
vim.o.termguicolors = true
vim.o.number = true
vim.o.relativenumber = true
vim.o.signcolumn = "yes"
vim.o.expandtab = true
vim.o.tabstop = 2
vim.o.softtabstop = 2
vim.o.shiftwidth = 2
vim.o.termguicolors = true