kickstart.nvim/lua/custom/plugins/pkl-neovim.lua
2024-04-29 18:00:00 -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,
}