[NeoVim] LaTeX + Snippets

This commit is contained in:
2022-07-25 19:08:00 +02:00
committed by Pierre Jeanjean
parent 1d9f022627
commit 7924ab3ed1
3 changed files with 29 additions and 7 deletions

View File

@@ -244,6 +244,10 @@ require("null-ls").setup({
})
vim.g.vimtex_view_method = 'zathura'
vim.g.maplocalleader = ','
vim.o.clipboard = 'unnamedplus'
vim.o.expandtab = true
vim.o.fileencoding = 'utf-8'