removes personal neovim configs

This commit is contained in:
Ryan Yogan
2025-07-17 18:50:58 -05:00
parent 4097582572
commit 2bcff1662b

View File

@ -6,30 +6,6 @@ return {
config = function() config = function()
require("catppuccin").setup({ require("catppuccin").setup({
flavour = "latte", -- other options: "mocha", "frappe", "macchiato" flavour = "latte", -- other options: "mocha", "frappe", "macchiato"
integrations = {
cmp = true,
gitsigns = true,
harpoon = true,
illuminate = true,
lsp_trouble = true,
markdown = true,
mason = true,
native_lsp = {
enabled = true,
underlines = {
errors = { "undercurl" },
hints = { "undercurl" },
warnings = { "undercurl" },
information = { "undercurl" },
},
},
navic = { enabled = true },
neotree = true,
notify = true,
telescope = true,
treesitter = true,
which_key = true,
},
}) })
vim.cmd.colorscheme("catppuccin-latte") vim.cmd.colorscheme("catppuccin-latte")
end, end,