From a71ae05e5b2f5f4729c803c47b63a39e0756aacb Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 2 Jan 2025 17:46:37 -0500 Subject: [PATCH] feat: Adds ghostty config syntax highlighting. --- nvim/m-housh/lua/plugins/ghostty.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 nvim/m-housh/lua/plugins/ghostty.lua diff --git a/nvim/m-housh/lua/plugins/ghostty.lua b/nvim/m-housh/lua/plugins/ghostty.lua new file mode 100644 index 0000000..bfc5956 --- /dev/null +++ b/nvim/m-housh/lua/plugins/ghostty.lua @@ -0,0 +1,5 @@ +return { + "ghostty", + dir = "/Applications/Ghostty.app/Contents/Resources/vim/vimfiles/", + lazy = false, +}