20240907
This commit is contained in:
parent
e33f5ce558
commit
54d04ae856
6 changed files with 40 additions and 16 deletions
|
@ -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",
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue