diff --git a/lua/absolute/plugins/apple-pkl.lua b/lua/absolute/plugins/apple-pkl.lua new file mode 100644 index 0000000..ea9ea1d --- /dev/null +++ b/lua/absolute/plugins/apple-pkl.lua @@ -0,0 +1,11 @@ +return { + "https://github.com/apple/pkl-neovim", + lazy = true, + event = "BufReadPre *.pkl", + dependencies = { + "nvim-treesitter/nvim-treesitter", + }, + build = function() + vim.cmd("TSInstall! pkl") + end, +}