updates
This commit is contained in:
@@ -7,7 +7,7 @@ local opt = vim.opt -- for conciseness
|
|||||||
opt.clipboard = ''
|
opt.clipboard = ''
|
||||||
|
|
||||||
-- line numbers
|
-- line numbers
|
||||||
opt.relativenumber = true -- show relative line numbers
|
opt.relativenumber = false -- show relative line numbers
|
||||||
opt.number = true -- shows absolute line number on cursor line (when relative number is on)
|
opt.number = true -- shows absolute line number on cursor line (when relative number is on)
|
||||||
|
|
||||||
-- tabs & indentation
|
-- tabs & indentation
|
||||||
|
|||||||
@@ -1,4 +1,23 @@
|
|||||||
return {
|
return {
|
||||||
|
-- {
|
||||||
|
-- "navarasu/onedark.nvim",
|
||||||
|
-- priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
|
-- config = function()
|
||||||
|
-- require('onedark').setup {
|
||||||
|
-- style = 'deep',
|
||||||
|
-- -- Custom Highlights --
|
||||||
|
-- colors = {
|
||||||
|
-- line_bg = "#495060", -- define a new color
|
||||||
|
-- line_fg = "#838DA0", -- define a new color
|
||||||
|
-- }, -- Override default colors
|
||||||
|
-- highlights = {
|
||||||
|
-- ["LineNr"] = {fg = '$line_fg', bg = '$line_bg', fmt = 'none'},
|
||||||
|
-- }, -- Override highlight groups
|
||||||
|
-- }
|
||||||
|
-- -- Enable theme
|
||||||
|
-- require('onedark').load()
|
||||||
|
-- end
|
||||||
|
-- }
|
||||||
{
|
{
|
||||||
"folke/tokyonight.nvim",
|
"folke/tokyonight.nvim",
|
||||||
priority = 1000, -- make sure to load this before all the other start plugins
|
priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
|
|||||||
Reference in New Issue
Block a user