apple / pkl-neovim

pkl-neovim

Pkl language support for Neovim
170 15 0 7 hours ago
programming-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
685 init.lua 243 12747
merikan/.dotfiles
/config/nvim
19 init.lua 73 2200
bryan-hoang/dotfiles
/.config/nvim
3 init.lua 44 2057
MuntasirSZN/dotfiles
/neovim/.config/nvim
2 init.lua 71 5686