481 current 2025-07-09 21:05:01 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-07-09 21:05:42 -04:00
parent b491c70250
commit 372ebe946a
3 changed files with 12 additions and 0 deletions

View File

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

View File

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

View File

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