mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
updated
This commit is contained in:
parent
65b8b281f2
commit
2302144578
2 changed files with 2 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue