feat: latex stuff
This commit is contained in:
parent
ce832a3ca2
commit
6dd9ebbb6e
8 changed files with 60 additions and 5 deletions
dotfiles/neovim/lua/my
7
dotfiles/neovim/lua/my/helpers.lua
Normal file
7
dotfiles/neovim/lua/my/helpers.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
local M = {}
|
||||
|
||||
function M.global(name, value)
|
||||
vim.g[name] = value
|
||||
end
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue