add plugins
This commit is contained in:
12
lua/0x29a/set.lua
Normal file
12
lua/0x29a/set.lua
Normal 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
|
||||
Reference in New Issue
Block a user