add treesitter-textobjects
This commit is contained in:
@ -2,7 +2,7 @@ return {
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
config = function()
|
||||
lsp = require("lspconfig")
|
||||
local lsp = require("lspconfig")
|
||||
-- lsp.pyright.setup({})
|
||||
lsp.pylyzer.setup({})
|
||||
lsp.gopls.setup({})
|
||||
|
||||
Reference in New Issue
Block a user