Added orgmode completion as cmp source

This commit is contained in:
2024-09-26 10:05:35 +02:00
parent 54da15cc25
commit eeb62a1072
2 changed files with 70 additions and 69 deletions

View File

@@ -76,5 +76,6 @@ cmp.setup({
{ name = 'buffer' }, -- For buffer word completion
{ name = 'path' }, -- For path completion
{ name = 'rpncalc' }, -- for RPN calculations
{ name = 'orgmode' }, -- for nvim-orgmode
})
})

View File

@@ -234,7 +234,7 @@ require("lazy").setup({
"PhilRunninger/cmp-rpncalc",
},
-- comfortable table editing
-- comfortable table editing, esp. used in orgmode
{ 'dhruvasagar/vim-table-mode' },
-- TODO, WARN, HACK, PERF, NOTE, TEST and others highlighting and searching