chore: remove all references to nvim-treesitter (#2327)

This commit is contained in:
Peter Cardenas
2025-06-25 02:42:38 -07:00
committed by GitHub
parent 07b703dbd5
commit 9a04edba4a
7 changed files with 4 additions and 39 deletions

View File

@@ -358,7 +358,6 @@ function M.notify(msg, opts)
n(msg, opts.level or vim.log.levels.INFO, {
on_open = function(win)
local ok = pcall(function() vim.treesitter.language.add("markdown") end)
if not ok then pcall(require, "nvim-treesitter") end
vim.wo[win].conceallevel = 3
vim.wo[win].concealcursor = ""
vim.wo[win].spell = false