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,9 +32,6 @@ vim.opt.path = vim.opt.path + { '**' }
--line numbers
vim.o.number = true
--changes to current directory when creating new files
vim.o.autochdir = true
--higlhight search
vim.o.hls = true