cerulean
This commit is contained in:
parent
ac95603fc4
commit
f7de9f7a23
42 changed files with 1061 additions and 445 deletions
11
homes/modules/vim/init.lua
Normal file
11
homes/modules/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