Commit nvim configuration

This commit is contained in:
2024-08-07 00:36:20 -05:00
parent daffcc3915
commit ed7a46b460
28 changed files with 395 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
vim.cmd("set expandtab")
vim.cmd("set tabstop=4")
vim.cmd("set softtabstop=4")
vim.cmd("set shiftwidth=4")
vim.cmd("set smartindent")
vim.wo.number = true
vim.cmd.colorscheme "tokyonight"
vim.opt.termguicolors = true