feat(nvim): set improved comments
for org files
This commit is contained in:
parent
0987970579
commit
b4e439dc9c
@ -2,3 +2,10 @@ vim.opt_local.shiftwidth = 2
|
||||
vim.opt_local.modeline = true
|
||||
vim.opt_local.wrap = false
|
||||
vim.opt_local.conceallevel = 1
|
||||
vim.opt_local.comments = {
|
||||
":- [ ]",
|
||||
":- [x]",
|
||||
":- [X]",
|
||||
":- [-]",
|
||||
":-"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user