i love aurora (nixcats over nvf)
This commit is contained in:
parent
ddd128093d
commit
6d2bcbc66e
20 changed files with 772 additions and 145 deletions
11
homemanager/vim/init.lua
Normal file
11
homemanager/vim/init.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
vim.g.mapleader = " "
|
||||
|
||||
vim.opt.termguicolors = true -- use terminal colors
|
||||
vim.opt.relativenumber = true
|
||||
vim.opt.number = true
|
||||
vim.opt.wrap = true
|
||||
-- vim.opt.colorcolumn = "80"
|
||||
vim.cmd.colorscheme("candyland")
|
||||
|
||||
require("plugins")
|
||||
require("lsp")
|
||||
Loading…
Add table
Add a link
Reference in a new issue