configured for hyprland

This commit is contained in:
river
2026-02-03 22:10:50 -06:00
parent be3ec8dc84
commit c2941ef7ea
4 changed files with 65 additions and 22 deletions

View File

@@ -13,5 +13,7 @@ return {
'TamaMcGlinn/vim-termhere', --simple terminal QOL
"rktjmp/lush.nvim", -- better theme editing
{ "denialofsandwich/sudo.nvim", dependencies = { "MunifTanjim/nui.nvim", },config = true, }, --write restricted files without restart
{'akinsho/toggleterm.nvim', version = "*", config = true} -- terminal toggling and commands
{'akinsho/toggleterm.nvim', version = "*", config = true}, -- terminal toggling and commands
{'RRethy/base16-nvim'},
{'vyfor/cord.nvim'} --discord rich presence
}