cleanup
This commit is contained in:
parent
25ef741b37
commit
06a45b954d
7 changed files with 37 additions and 73 deletions
|
@ -4,18 +4,8 @@ return {
|
|||
priority = 1000,
|
||||
lazy = false,
|
||||
---@type snacks.Config
|
||||
opts = {
|
||||
bigfile = { enabled = false },
|
||||
dashboard = { enabled = true },
|
||||
explorer = { enabled = false },
|
||||
indent = { enabled = true },
|
||||
input = { enabled = false },
|
||||
notifier = { enabled = false },
|
||||
quickfile = { enabled = false },
|
||||
scope = { enabled = false },
|
||||
scroll = { enabled = true },
|
||||
statuscolumn = { enabled = false },
|
||||
words = { enabled = false },
|
||||
}
|
||||
opts = function()
|
||||
return require "config.plugins.snacks"
|
||||
end,
|
||||
}
|
||||
}
|
||||
|
|
14
lua/plugins/themes.lua
Normal file
14
lua/plugins/themes.lua
Normal file
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
{
|
||||
"amolinae06/pywal16.nvim",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
opts = {
|
||||
style = "night",
|
||||
transparent = false,
|
||||
terminal_colors = true,
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,12 +1,4 @@
|
|||
return {
|
||||
{
|
||||
"amolinae06/pywal16.nvim",
|
||||
opts = {},
|
||||
},
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
opts = {}
|
||||
},
|
||||
{
|
||||
"norcalli/nvim-colorizer.lua",
|
||||
opts = { 'css'; 'javascript'; html = {mode = 'foreground';} },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue