add plugins

This commit is contained in:
2025-01-26 18:50:28 +01:00
parent 0d17aa09b2
commit 779fdf4fd4
13 changed files with 251 additions and 0 deletions

12
lua/0x29a/set.lua Normal file
View File

@@ -0,0 +1,12 @@
vim.cmd.colorscheme("nord")
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.tabstop = 2
vim.opt.softtabstop = 2
vim.opt.shiftwidth = 2
vim.opt.expandtab = true
vim.opt.smartindent = true
vim.opt.wrap = false
vim.opt.hlsearch = true
vim.opt.incsearch = true
vim.opt.termguicolors = true