eww bar transparency, laptop nvim added
This commit is contained in:
11
nvim/lua/sharpe/set.lua
Normal file
11
nvim/lua/sharpe/set.lua
Normal 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'
|
Reference in New Issue
Block a user