config/nvim: add wakatime
This commit is contained in:
parent
daa3579fc4
commit
15169189d8
1 changed files with 31 additions and 31 deletions
|
@ -33,13 +33,13 @@ local plugins = {
|
|||
|
||||
-- org mode
|
||||
{
|
||||
'nvim-orgmode/orgmode',
|
||||
event = 'VeryLazy',
|
||||
"nvim-orgmode/orgmode",
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
-- Setup orgmode
|
||||
require('orgmode').setup({
|
||||
org_agenda_files = '~/orgfiles/**/*',
|
||||
org_default_notes_file = '~/orgfiles/refile.org',
|
||||
require("orgmode").setup({
|
||||
org_agenda_files = "~/orgfiles/**/*",
|
||||
org_default_notes_file = "~/orgfiles/refile.org",
|
||||
})
|
||||
|
||||
-- NOTE: If you are using nvim-treesitter with `ensure_installed = "all"` option
|
||||
|
@ -127,9 +127,9 @@ local plugins = {
|
|||
"nvim-telescope/telescope.nvim", -- optional
|
||||
"ibhagwan/fzf-lua", -- optional
|
||||
},
|
||||
config = true
|
||||
config = true,
|
||||
},
|
||||
|
||||
{ "wakatime/vim-wakatime", lazy = false },
|
||||
}
|
||||
|
||||
require("lazy").setup(plugins, {})
|
||||
|
|
Loading…
Reference in a new issue