mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 19:50:38 +00:00
feat(plugins): add multiple new Lua plugins for various functionalities
feat(plugins): add various new Lua plugins for Neovim configuration. feat(plugins): add venv-selector, vim-maximizer, and vim-tmux-navigator plugins to enhance functionality
This commit is contained in:
12
lua/absolute/plugins/apple-pkl.lua
Normal file
12
lua/absolute/plugins/apple-pkl.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return {
|
||||
"https://github.com/apple/pkl-neovim",
|
||||
enabled = false,
|
||||
lazy = true,
|
||||
event = "BufReadPre *.pkl",
|
||||
dependencies = {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
},
|
||||
build = function()
|
||||
vim.cmd("TSInstall! pkl")
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user