20240902
This commit is contained in:
parent
ee7d6de066
commit
bb6d5bd0c7
4 changed files with 29 additions and 7 deletions
|
@ -39,3 +39,8 @@ vim.api.nvim_create_autocmd({ "BufNewFile", "BufReadPre" }, {
|
|||
vim.o.secure = true
|
||||
end,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd({ "BufRead", "BufNewFile" }, {
|
||||
pattern = "*.jrnl",
|
||||
command = "set filetype=markdown",
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue