personal themes

This commit is contained in:
Christian Nieves
2023-11-30 18:54:11 -06:00
parent 4cc7246c23
commit 7372a53107
4 changed files with 16 additions and 5 deletions

View File

@ -5,6 +5,7 @@ return {
{ "nvim-lua/plenary.nvim", lazy = false },
{ "nvim-tree/nvim-web-devicons", lazy = false },
{ "squk/java-syntax.vim", ft = "java" },
{ "squk/gdrama-syntax.vim", dir = vim.fn.expand("$HOME/dev/gdrama-syntax.vim") },
{ "echasnovski/mini.splitjoin", version = "*" },
{
"andweeb/presence.nvim",

View File

@ -53,9 +53,9 @@ return {
--TODO write a custom Java treesitter parser for comments
--@link
--
-- if lang == "java" then
-- return true
-- end
if lang == "gdrama" then
return true
end
local max_filesize = 100 * 1024 -- 100 KB
local ok, stats = pcall(vim.loop.fs_stat, vim.api.nvim_buf_get_name(buf))

View File

@ -7,7 +7,7 @@ return {
priority = 1000, -- make sure to load this before all the other start plugins
-- cond = not use_google(),
config = function()
-- vim.cmd("colorscheme kanagawa")
vim.cmd("colorscheme kanagawa-wave")
end,
},
{
@ -16,7 +16,7 @@ return {
priority = 1000, -- make sure to load this before all the other start plugins
cond = not use_google(),
config = function()
vim.cmd("colorscheme oxocarbon")
-- vim.cmd("colorscheme oxocarbon")
end,
},
{