install edge colorscheme
This commit is contained in:
@@ -26,6 +26,7 @@ require("packer").startup(function(use)
|
|||||||
|
|
||||||
-- Colorschemes go here
|
-- Colorschemes go here
|
||||||
use({ "folke/tokyonight.nvim" })
|
use({ "folke/tokyonight.nvim" })
|
||||||
|
use({ "sainnhe/edge" })
|
||||||
|
|
||||||
-- Make commenting code great
|
-- Make commenting code great
|
||||||
use({ "numToStr/Comment.nvim" })
|
use({ "numToStr/Comment.nvim" })
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
local opt = vim.opt
|
local opt = vim.opt
|
||||||
local wo = vim.wo
|
|
||||||
|
|
||||||
-- 2 tabs converted to spaces + autoindentation
|
-- 2 tabs converted to spaces + autoindentation
|
||||||
opt.tabstop = 2
|
opt.tabstop = 2
|
||||||
@@ -15,6 +14,7 @@ opt.splitbelow = true
|
|||||||
opt.splitright = true
|
opt.splitright = true
|
||||||
|
|
||||||
-- Other settings
|
-- Other settings
|
||||||
|
opt.termguicolors = true
|
||||||
opt.number = true
|
opt.number = true
|
||||||
opt.relativenumber = true
|
opt.relativenumber = true
|
||||||
opt.wrap = true
|
opt.wrap = true
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
local cmd = vim.cmd
|
local cmd = vim.cmd
|
||||||
|
|
||||||
vim.g.tokyonight_style = "night"
|
vim.g.tokyonight_style = "night"
|
||||||
cmd([[colorscheme tokyonight]])
|
cmd([[colorscheme edge]])
|
||||||
|
|
||||||
cmd([[hi SpellBad guifg=red]])
|
cmd([[hi SpellBad guifg=red]])
|
||||||
|
|||||||
Reference in New Issue
Block a user