added java tls

This commit is contained in:
2025-09-12 15:02:47 +02:00
parent f2309053c7
commit d9807a35b5
5 changed files with 47 additions and 17 deletions

View File

@@ -17,7 +17,7 @@ return {
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme 'tokyonight-night'
vim.cmd.colorscheme 'tokyonight-day'
end,
},
}