This commit is contained in:
foozzi 2024-09-07 11:13:28 +02:00
parent e33f5ce558
commit 54d04ae856
6 changed files with 40 additions and 16 deletions

View file

@ -42,5 +42,5 @@ vim.api.nvim_create_autocmd({ "BufNewFile", "BufReadPre" }, {
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
pattern = "*.jrnl",
command = "set filetype=markdown",
command = "set filetype=jrnl",
})