Use pyright (and django-stubs), much better

This commit is contained in:
2024-09-02 19:46:57 +02:00
parent 258b42a1d5
commit f3bf598361
2 changed files with 32 additions and 30 deletions
+1
View File
@@ -190,6 +190,7 @@ return {
{
"nvim-treesitter/nvim-treesitter-textobjects",
lazy = false,
config = function()
require("nvim-treesitter.configs").setup(require "configs.treesitter_textobjects")
end,