Select a color scheme for your Dotfyle experience

apple / pkl-neovim

pkl-neovim

Pkl language support for Neovim
143 12 0 4 days 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
356 init.lua 264 13053
Isrothy/dotfile
/.config/nvim
13 init.lua 108 7448
merikan/.dotfiles
/config/nvim
12 init.lua 72 2200
camflan/dotfiles
/config/nvim
2 init.lua 82 3338