Compare commits
No commits in common. "3661bb669350bf312baa5400a1881e813172a843" and "1b9a7264decbb0baa623a98d8468bc52e3332f76" have entirely different histories.
3661bb6693
...
1b9a7264de
|
@ -485,7 +485,7 @@ else:
|
|||
$0
|
||||
endsnippet
|
||||
|
||||
snippet cc "Cite" i
|
||||
snippet cc "Cite" iA
|
||||
\\cite{$1}$0
|
||||
endsnippet
|
||||
|
||||
|
|
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue