Improved latex experience
This commit is contained in:
parent
f59c523e6f
commit
0af88f4f2f
2 changed files with 7 additions and 0 deletions
dotfiles/neovim/ftplugin
|
@ -129,6 +129,10 @@ local abolishAbbreviations = {
|
|||
{ "vx{,s}", "vert{ex,ices}" },
|
||||
{ "eg{,s}", "edge{}" },
|
||||
|
||||
-- Linear systems
|
||||
-- Note: we must add the space inside the {} in order for capitalization to work!
|
||||
{ "{{s,o,l},}deq{s,}", "{{scalar,ordinary,linear} ,}differential equation{}" },
|
||||
|
||||
-- Graph theory function syntax:
|
||||
-- gt[function]{graph}{modifier}
|
||||
-- - function:
|
||||
|
@ -226,3 +230,5 @@ vim.keymap.set(
|
|||
"<cmd>VimtexCompile<cr>",
|
||||
{ desc = "Compile current buffer using vimtex", buffer = true }
|
||||
)
|
||||
|
||||
vim.opt_local.list = false # The lsp usese tabs for formatting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue