mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00

nix vim module expects vim plugins to have their code organized as top level directories. eg: /ftdetect rather than /share/vim/vimfiles/ftdetect. Adding a separate output seems like a convenient way to reference the plugin files in `programs.vim.plugins ...`. Interestingly nvim will find the plugin via nested directories making ghostty.vim and ghostty the same for `programs.neovim.plugins`