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",
|
||||
})
|
||||
|
|
|
@ -132,8 +132,8 @@ vim.opt.langmap = {
|
|||
"Ё/",
|
||||
}
|
||||
|
||||
M.zettelkasten_dir = vim.fn.expand("~/PKM/00-zettelkasten/")
|
||||
M.resources_dir = vim.fn.expand("~/PKM/300-resources/")
|
||||
M.zettelkasten_dir = vim.fn.expand("~/PKM/01 - zettelkasten/")
|
||||
M.resources_dir = vim.fn.expand("~/PKM/05 - resources/")
|
||||
M.pkm_dir = vim.fn.expand("~/PKM/")
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue