- Q1
如何在 neovim 裡註冊一個新的 filetype
- Q2
如果建立了一個新的 neovim plugin,比方說,叫做 conjure-piglet-client
該 plugin 用 fnl 寫多數的邏輯。
希望要有一個檔案,它可以設定 piglet 為新的 filetype, piglet 是一種新的 lang
這樣子的話,建議的 file tree of the plugin 會是如何?
如何在 neovim 裡註冊一個新的 filetype
如果建立了一個新的 neovim plugin,比方說,叫做 conjure-piglet-client
該 plugin 用 fnl 寫多數的邏輯。
希望要有一個檔案,它可以設定 piglet 為新的 filetype, piglet 是一種新的 lang
這樣子的話,建議的 file tree of the plugin 會是如何?