eww bar transparency, laptop nvim added

This commit is contained in:
Aidan Sharpe
2024-08-26 14:17:19 -04:00
parent a28e824170
commit 59deb6d071
15 changed files with 369 additions and 1 deletions

11
nvim/lua/sharpe/set.lua Normal file
View File

@ -0,0 +1,11 @@
vim.opt.nu = true
vim.opt.relativenumber = true
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.expandtab = false
vim.opt.smartindent = true
vim.opt.spelllang = 'en'