Compare commits

..

2 Commits

Author SHA1 Message Date
Yannick Reiß 3661bb6693 No journal, don't use it.
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 45s Details
2024-06-06 09:33:46 +02:00
Yannick Reiß 4c4a6443b9 LaTeX snippet update 2024-06-06 09:32:53 +02:00
2 changed files with 1 additions and 7 deletions

View File

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

View File

@ -65,10 +65,4 @@ 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,
},
}