Added orgmode completion as cmp source
This commit is contained in:
@@ -76,5 +76,6 @@ cmp.setup({
|
|||||||
{ name = 'buffer' }, -- For buffer word completion
|
{ name = 'buffer' }, -- For buffer word completion
|
||||||
{ name = 'path' }, -- For path completion
|
{ name = 'path' }, -- For path completion
|
||||||
{ name = 'rpncalc' }, -- for RPN calculations
|
{ name = 'rpncalc' }, -- for RPN calculations
|
||||||
|
{ name = 'orgmode' }, -- for nvim-orgmode
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ require("lazy").setup({
|
|||||||
"PhilRunninger/cmp-rpncalc",
|
"PhilRunninger/cmp-rpncalc",
|
||||||
},
|
},
|
||||||
|
|
||||||
-- comfortable table editing
|
-- comfortable table editing, esp. used in orgmode
|
||||||
{ 'dhruvasagar/vim-table-mode' },
|
{ 'dhruvasagar/vim-table-mode' },
|
||||||
|
|
||||||
-- TODO, WARN, HACK, PERF, NOTE, TEST and others highlighting and searching
|
-- TODO, WARN, HACK, PERF, NOTE, TEST and others highlighting and searching
|
||||||
|
|||||||
Reference in New Issue
Block a user