mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Some minor extra nvim config
This commit is contained in:
parent
e0d826c606
commit
3a4974b2c3
3 changed files with 14 additions and 1 deletions
|
@ -26,6 +26,7 @@ return {
|
|||
{ 'nvim-telescope/telescope-fzf-native.nvim', build = 'make', lazy = false, },
|
||||
{ 'nvim-telescope/telescope-project.nvim', lazy = false, },
|
||||
{ 'natecraddock/workspaces.nvim', lazy = false, },
|
||||
{ 'jghauser/follow-md-links.nvim', lazy = false, },
|
||||
|
||||
{
|
||||
"NeogitOrg/neogit",
|
||||
|
@ -39,4 +40,13 @@ return {
|
|||
},
|
||||
config = true
|
||||
},
|
||||
{
|
||||
'nvim-orgmode/orgmode',
|
||||
event = 'VeryLazy',
|
||||
ft = { 'org' },
|
||||
config = function()
|
||||
-- Setup orgmode
|
||||
require('orgmode').setup({})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue