mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
minor fix
This commit is contained in:
parent
76b5fd4118
commit
19cedd3fdc
3 changed files with 23 additions and 20 deletions
|
|
@ -3,22 +3,21 @@ return {
|
|||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
config = function()
|
||||
require("catppuccin").setup({
|
||||
floavor = "auto",
|
||||
background = {
|
||||
light = "latte",
|
||||
dark = "mocha",
|
||||
},
|
||||
styles = {
|
||||
-- keywords = { "underline" },
|
||||
},
|
||||
integrations = {
|
||||
"lualine",
|
||||
},
|
||||
})
|
||||
end,
|
||||
opts = {
|
||||
floavor = "auto",
|
||||
background = {
|
||||
light = "latte",
|
||||
dark = "mocha",
|
||||
},
|
||||
styles = {
|
||||
-- keywords = { "underline" },
|
||||
},
|
||||
integrations = {
|
||||
"lualine",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
{ "olimorris/onedarkpro.nvim" },
|
||||
{ "rebelot/kanagawa.nvim" },
|
||||
-- Highlight objects under the cursor
|
||||
|
|
@ -42,10 +41,10 @@ return {
|
|||
})
|
||||
end,
|
||||
},
|
||||
{ import = "plugins.mod.alpha-nvim" }, -- Dashboard
|
||||
{ import = "plugins.mod.alpha-nvim" }, -- Dashboard
|
||||
{ import = "plugins.mod.winbar-nvim" }, -- Breadcrumb
|
||||
{ import = "plugins.mod.bufferline" }, -- Buffer Top Bar
|
||||
{ -- Git Blames, Changes
|
||||
{ import = "plugins.mod.bufferline" }, -- Buffer Top Bar
|
||||
{ -- Git Blames, Changes
|
||||
"lewis6991/gitsigns.nvim",
|
||||
config = function()
|
||||
require("gitsigns").setup({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue