add oil and kanagawa theme
This commit is contained in:
@@ -83,6 +83,18 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
"stevearc/oil.nvim",
|
||||||
|
---@module 'oil'
|
||||||
|
---@type oil.SetupOpts
|
||||||
|
opts = {},
|
||||||
|
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||||
|
lazy = false,
|
||||||
|
keys = {
|
||||||
|
{ "-", "<cmd>Oil<cr>", desc = "Open parent directory" },
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"nvim-telescope/telescope.nvim",
|
"nvim-telescope/telescope.nvim",
|
||||||
enabled = true,
|
enabled = true,
|
||||||
@@ -380,16 +392,14 @@ require("lazy").setup({
|
|||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"folke/tokyonight.nvim",
|
"rebelot/kanagawa.nvim",
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
---@diagnostic disable-next-line: missing-fields
|
---@diagnostic disable-next-line: missing-fields
|
||||||
require("tokyonight").setup({
|
require("kanagawa").setup({
|
||||||
styles = {
|
theme = "wave",
|
||||||
comments = { italic = true },
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
vim.cmd.colorscheme("tokyonight-night")
|
vim.cmd.colorscheme("kanagawa")
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user