Make various small clean-up changes
This commit is contained in:
@@ -27,12 +27,10 @@ return {
|
||||
},
|
||||
},
|
||||
{
|
||||
-- TODO: decide if i want rose-pine, remove from file if not
|
||||
"rose-pine/neovim",
|
||||
name = "rose-pine",
|
||||
},
|
||||
{
|
||||
-- TODO: decide if i want tokyonight, remove from file if not
|
||||
"folke/tokyonight.nvim",
|
||||
opts = {
|
||||
style = "night", -- "night", "storm", "moon", "day"
|
||||
@@ -60,8 +58,6 @@ return {
|
||||
},
|
||||
{
|
||||
'ribru17/bamboo.nvim',
|
||||
-- lazy = false,
|
||||
-- priority = 1000,
|
||||
config = function()
|
||||
require('bamboo').setup { }
|
||||
require('bamboo').load()
|
||||
|
||||
Reference in New Issue
Block a user