482 current 2025-07-13 04:58:08 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-07-13 04:58:41 -04:00
parent 372ebe946a
commit 3bfcfbb6a8
3 changed files with 0 additions and 12 deletions

View File

@@ -1,7 +1,3 @@
if vim.g.goyo_if then
return
end
-- buh https://gist.github.com/mrpmohiburrahman/b7ec0d47cd043d3a2ed4c10a20504d4e
vim.g.loaded_netrw = 1

View File

@@ -1,7 +1,3 @@
if vim.g.goyo_if then
return
end
require('nvim-treesitter.configs').setup {
ensure_installed = {},
auto_install = false,

View File

@@ -35,10 +35,6 @@ Double space found.
]]
vim.g.Tex_IgnoreLevel = 8
if vim.g.goyo_if then
return
end
-- Delete extra compilation files when a TeX buffer is deleted.
vim.api.nvim_create_autocmd("BufDelete", {
pattern = "*.tex",