disable some things but prep obsidian.vim
This commit is contained in:
parent
f31e5769c4
commit
209f4c2fc1
2 changed files with 47 additions and 5 deletions
|
|
@ -1,7 +1,12 @@
|
|||
if true then
|
||||
return {}
|
||||
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,
|
||||
'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