created a tokyo night theme for hyprland

This commit is contained in:
mpuchstein
2025-04-08 16:55:15 +02:00
parent 735f3baa37
commit 1ed53fedbf
26 changed files with 2968 additions and 230 deletions

View File

@@ -0,0 +1,7 @@
-- Language Server Protocol support
return {
"neovim/nvim-lspconfig", -- Base LSP configurations
dependencies = {
"williamboman/mason-lspconfig.nvim",
}
}