disable more plugins
This commit is contained in:
parent
53927c893d
commit
d4ce269b03
12 changed files with 183 additions and 195 deletions
|
|
@ -1,12 +1,13 @@
|
|||
if true then
|
||||
return {}
|
||||
else
|
||||
return {
|
||||
'https://github.com/apple/pkl-neovim',
|
||||
lazy = true,
|
||||
event = 'BufReadPre *.pkl',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
build = function()
|
||||
vim.cmd 'TSInstall! pkl'
|
||||
end,
|
||||
}
|
||||
end
|
||||
return {
|
||||
'https://github.com/apple/pkl-neovim',
|
||||
lazy = true,
|
||||
event = 'BufReadPre *.pkl',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter' },
|
||||
build = function()
|
||||
vim.cmd 'TSInstall! pkl'
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue