Compare commits

..

No commits in common. "3661bb669350bf312baa5400a1881e813172a843" and "1b9a7264decbb0baa623a98d8468bc52e3332f76" have entirely different histories.

2 changed files with 7 additions and 1 deletions

View File

@ -485,7 +485,7 @@ else:
$0
endsnippet
snippet cc "Cite" i
snippet cc "Cite" iA
\\cite{$1}$0
endsnippet

View File

@ -65,4 +65,10 @@ return {
{ "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } },
"jaredgorski/spacecamp",
"voldikss/vim-floaterm",
{
"jakobkhansen/journal.nvim",
config = function()
require("journal").setup()
end,
},
}