repos / dotfiles

my dotfiles

commit
cd3d0ff
parent
b25a051
author
Eric Bower
date
2025-08-14 13:51:30 -0400 EDT
chore(nvim): remove textobjects plugin
1 files changed,  +0, -1
M dot_config/nvim/init.lua
+0, -1
1@@ -116,7 +116,6 @@ vim.pack.add({
2 	"https://github.com/karb94/neoscroll.nvim",
3 	"https://github.com/linrongbin16/gitlinker.nvim",
4 	"https://github.com/tpope/vim-fugitive",
5-	{ src = "https://github.com/nvim-treesitter/nvim-treesitter-textobjects", version = "main" },
6 })
7 require("dracula").setup()
8 vim.cmd([[colorscheme dracula]])