chore(nvim): back to the basic
parent
dbee73359b
commit
b6621c430c
|
@ -149,12 +149,7 @@ require("lazy").setup({
|
|||
{
|
||||
"lukas-reineke/indent-blankline.nvim",
|
||||
config = function()
|
||||
require("indent_blankline").setup({
|
||||
-- For oxocarbon
|
||||
char_highlight_list = {
|
||||
"Whitespace",
|
||||
},
|
||||
})
|
||||
require("indent_blankline").setup()
|
||||
end,
|
||||
},
|
||||
|
||||
|
@ -223,24 +218,6 @@ require("lazy").setup({
|
|||
end,
|
||||
},
|
||||
|
||||
-- Colorschemes
|
||||
-- https://github.com/catppuccin/nvim
|
||||
{
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require("catppuccin").setup({
|
||||
flavour = "mocha",
|
||||
transparent_background = true,
|
||||
integrations = {
|
||||
mini = true,
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
||||
-- Programming languages
|
||||
-- https://github.com/sbdchd/neoformat
|
||||
"sbdchd/neoformat",
|
||||
|
@ -325,4 +302,4 @@ require("lazy").setup({
|
|||
"github/copilot.vim",
|
||||
})
|
||||
|
||||
vim.api.nvim_command("colorscheme catppuccin")
|
||||
vim.api.nvim_command("colorscheme minicyan")
|
||||
|
|
Loading…
Reference in New Issue