dont use cmd+enter for fullscreen in ghostty, add unified vim + hyprland navigation

This commit is contained in:
2026-06-18 10:16:47 +02:00
parent 5984d43664
commit 9d0e106178
5 changed files with 79 additions and 21 deletions

View File

@@ -5,6 +5,6 @@ return {
build = ":TSUpdate",
config = function()
local treesitter = require("nvim-treesitter")
treesitter.install({ "python", "go", "zig", "markdown", "json", "yaml", "javascript", "typescript", "bash", "python" })
treesitter.install({ "python", "go", "zig", "markdown", "json", "yaml", "javascript", "typescript", "bash", "python", "lua" })
end
}