482 current 2025-07-13 04:58:08 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
if vim.g.goyo_if then
|
||||
return
|
||||
end
|
||||
|
||||
-- buh https://gist.github.com/mrpmohiburrahman/b7ec0d47cd043d3a2ed4c10a20504d4e
|
||||
|
||||
vim.g.loaded_netrw = 1
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
if vim.g.goyo_if then
|
||||
return
|
||||
end
|
||||
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = {},
|
||||
auto_install = false,
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user