feat: Updates nvim config to include ghostty config highlighting

This commit is contained in:
2025-01-03 13:44:02 -05:00
parent a71ae05e5b
commit dcac27db37
4 changed files with 14 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
return {
"ghostty",
dir = "/Applications/Ghostty.app/Contents/Resources/vim/vimfiles/",
dir = vim.env.GHOSTTY_PATH .. "/Contents/Resources/vim/vimfiles/",
lazy = false,
}