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
Matt-FTW/dotfiles
/.config/nvim
282
init.lua
259
13132
Isrothy/dotfile
/.config/nvim
10
init.lua
131
7636
gmhpfc/nvim
/
2
init.lua
197
6824
Dlurak/Dotfiles
/nvim
1
init.lua
24
1227
Other programming-languages-support plugins
more plugins
akinsho/flutter-tools.nvim
Tools to help create flutter apps in neovim using the native lsp
1042
0
programming-languages-support
dmmulroy/tsc.nvim
A Neovim plugin for seamless, asynchronous project-wide TypeScript type-checking using the TypeScript compiler (tsc)
402
0
programming-languages-support
quarto-dev/quarto-nvim
Quarto mode for Neovim
352
0
programming-languages-support