Update pyright settings & add tree-sitter/telescope settings

This commit is contained in:
Sonny Bakker 2022-09-02 20:56:44 +02:00
parent d325fee87f
commit 544b5a44a2
5 changed files with 29 additions and 4 deletions

View file

@ -32,3 +32,5 @@ vim.api.nvim_create_autocmd('BufWinLeave', {
pattern = "*",
command = [[:call clearmatches()]],
})
-- TODO: disable folding for Telescope lines, see https://github.com/nvim-telescope/telescope.nvim/issues/991#issuecomment-882059894