kickstart.nvim/lua/custom/plugins/pkl-neovim.lua

8 lines
213 B
Lua
Raw Normal View History

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