some changes

This commit is contained in:
Barrett Ruth 2026-02-10 17:36:59 -05:00
parent aeeec7a9e7
commit 6d311d4fbd
5 changed files with 20 additions and 130 deletions

View file

@ -40,6 +40,7 @@ return {
},
{
'lervag/vimtex',
enabled = false,
init = function()
vim.g.vimtex_view_method = 'general'
vim.g.vimtex_compiler_method = 'latexmk'
@ -347,11 +348,6 @@ return {
{ 'ySs', mode = 'n' },
},
},
{
'tzachar/highlight-undo.nvim',
config = true,
keys = { 'u', 'U' },
},
{
'kana/vim-textobj-user',
dependencies = {
@ -411,7 +407,6 @@ return {
},
{
'barrettruth/midnight.nvim',
dir = '~/dev/midnight.nvim',
init = function()
vim.api.nvim_create_autocmd({ 'OptionSet' }, {
pattern = 'background',