ts playground option

This commit is contained in:
christianchiarulli 2021-06-28 13:11:37 -04:00
parent f99f185884
commit be20fb0c64
4 changed files with 30 additions and 10 deletions

View file

@ -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