neorg tweaks
This commit is contained in:
parent
34b7cd6167
commit
943f29a165
@ -4,7 +4,10 @@ return {
|
|||||||
branch = 'main',
|
branch = 'main',
|
||||||
dependencies = {
|
dependencies = {
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
'nvim-neorg/neorg-telescope'
|
{
|
||||||
|
'nvim-neorg/neorg-telescope',
|
||||||
|
branch = 'main'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
ft = 'norg',
|
ft = 'norg',
|
||||||
cmd = 'Neorg',
|
cmd = 'Neorg',
|
||||||
@ -16,7 +19,7 @@ return {
|
|||||||
['core.concealer'] = {}, -- Adds pretty icons to your documents
|
['core.concealer'] = {}, -- Adds pretty icons to your documents
|
||||||
['core.completion'] = {
|
['core.completion'] = {
|
||||||
config = {
|
config = {
|
||||||
engine = 'nvim-cmp'}
|
engine = 'nvim-cmp' }
|
||||||
}, -- Adds pretty icons to your documents
|
}, -- Adds pretty icons to your documents
|
||||||
['core.dirman'] = { -- Manages Neorg workspaces
|
['core.dirman'] = { -- Manages Neorg workspaces
|
||||||
config = {
|
config = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user