add custom plugins
This commit is contained in:
parent
ee52697924
commit
8f85ffb9ec
7 changed files with 72 additions and 0 deletions
7
lua/custom/plugins/pkl-neovim.lua
Normal file
7
lua/custom/plugins/pkl-neovim.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
"https://github.com/apple/pkl-neovim",
|
||||
lazy = true,
|
||||
event = "BufReadPre *.pkl",
|
||||
dependencies = {"nvim-treesitter/nvim-treesitter"},
|
||||
build = function() vim.cmd("TSInstall! pkl") end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue