This commit is contained in:
Bryan Ramos 2023-10-13 18:28:27 -04:00
parent 65b8b281f2
commit 2302144578
2 changed files with 2 additions and 8 deletions

View file

@ -45,13 +45,6 @@ return {
},
},
{
"neovim/nvim-lspconfig",
opts = {
autoformat = false,
},
},
--[[
{
"jackMort/ChatGPT.nvim",
@ -70,7 +63,7 @@ return {
]]
{
"romgrk/nvim-treesitter-context",
"nvim-treesitter/nvim-treesitter-context",
config = function()
require("treesitter-context").setup({
enable = true, -- Enable this plugin (Can be enabled/disabled later via commands)