init
This commit is contained in:
10
nvim/lua/plugins/extras/lang/pkl.lua
Normal file
10
nvim/lua/plugins/extras/lang/pkl.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
return {
|
||||
"apple/pkl-neovim",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
build = function()
|
||||
vim.cmd("TSInstall! pkl")
|
||||
end,
|
||||
event = "BufRead *.pkl",
|
||||
}
|
||||
Reference in New Issue
Block a user