kickstart.nvim/lua/custom/plugins/pkl-neovim.lua
2024-05-05 13:27:41 -05:00

8 lines
213 B
Lua

return {
"https://github.com/apple/pkl-neovim",
lazy = true,
event = "BufReadPre *.pkl",
dependencies = {"nvim-treesitter/nvim-treesitter"},
build = function() vim.cmd("TSInstall! pkl") end,
}