mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-14 03:14:43 +02:00
ts playground option
This commit is contained in:
parent
f99f185884
commit
be20fb0c64
4 changed files with 30 additions and 10 deletions
|
@ -63,7 +63,7 @@ return require("packer").startup(function(use)
|
|||
"folke/which-key.nvim",
|
||||
config = function()
|
||||
require('lv-which-key').config()
|
||||
end,
|
||||
end
|
||||
}
|
||||
|
||||
-- Autopairs
|
||||
|
@ -181,8 +181,12 @@ return require("packer").startup(function(use)
|
|||
disable = not O.plugin.numb.active
|
||||
}
|
||||
|
||||
-- -- Treesitter playground
|
||||
-- use {'nvim-treesitter/playground', opt = true}
|
||||
-- Treesitter playground
|
||||
use {
|
||||
'nvim-treesitter/playground',
|
||||
event = "BufRead",
|
||||
disable = not O.plugin.ts_playground.active
|
||||
}
|
||||
-- -- Latex
|
||||
-- use {"lervag/vimtex", opt = true}
|
||||
-- -- comments in context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue