chore: update telekasten config

add helper commands for additional note creation (review templates)
fix markdown wrap
re-enable note link commands
This commit is contained in:
2026-05-09 21:56:42 -04:00
parent c7ee19c756
commit c63484d087
3 changed files with 104 additions and 23 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ local g = vim.g
g.netrw_liststyle = 3
g.netrw_banner = 0
o.clipboard:append('unnamedplus') -- use system clipboard as the default register
o.cdhome = false -- :cd shows cwd
o.cdhome = false -- :cd shows cwd
o.backspace = 'indent,eol,start'
o.spelllang = 'en_us'
-- ───────────────────────────────────────────────────── appearance ──
@@ -73,4 +73,4 @@ o.ignorecase = true
o.smartcase = true
o.iskeyword:append('-') -- consider string-string as a whole word
-- ───────────────────────────────────────────────────── completion ──
o.completeopt = 'menu,preview,noselect'
o.completeopt = 'menu,preview,noselect'