personal themes
This commit is contained in:
@ -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",
|
||||
|
@ -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))
|
||||
|
@ -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,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user