Skip to content

Commit 3a3cf29

Browse files
committed
oboro => [init.lua][plugins.lua]
1 parent 80e3b0e commit 3a3cf29

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

runes/nvim/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
vim.g.mapleader = ' '
22
vim.g.did_load_filetypes = 1
3+
vim.o.termguicolors = true
34

45
require('plugins')
56
require('theme')

runes/nvim/lua/plugins.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,10 @@ return require('lazy').setup({
182182
require('plugins.treesitter')
183183
end,
184184
},
185+
{
186+
'norcalli/nvim-colorizer.lua',
187+
config = true,
188+
},
185189
-- pweatty lsp frontend
186190
{
187191
'nvimdev/lspsaga.nvim',

0 commit comments

Comments
 (0)