apple / pkl-neovim
pkl-neovim
Pkl language support for Neovimprogramming-languages-support manually-created
pkl-neovim provides language support for the Pkl programming language. It offers syntax highlighting, code folding using Treesitter, and code snippets using SnipMate, or UltiSnips.
Install instructions
Dotfyle does not endorse any plugins. Install at your own
risk.
{
"nvim-treesitter/nvim-treesitter",
build = function(_)
vim.cmd("TSUpdate")
end,
},
{
"https://github.com/apple/pkl-neovim",
lazy = true,
event = "BufReadPre *.pkl",
dependencies = {
"nvim-treesitter/nvim-treesitter",
},
build = function()
vim.cmd("TSInstall! pkl")
end,
} Developers using pkl-neovim
more configs 685 init.lua 243 12747
19 init.lua 73 2200
3 init.lua 44 2057
2 init.lua 71 5686
Other programming-languages-support plugins
more plugins chomosuke/typst-preview.nvim
Low latency typst preview for Neovim 874 5 programming-languages-support
dmmulroy/tsc.nvim
A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
541 1 programming-languages-support
akinsho/flutter-tools.nvim
Tools to help create flutter apps in neovim using the native lsp
1373 1 programming-languages-support