Updates keybindings and disables Lazy checker
This commit is contained in:
parent
ac2965506b
commit
a8d76f7f4d
3 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
return {
|
||||
"nvim-orgmode/orgmode",
|
||||
dependencies = {
|
||||
"akinsho/org-bullets.nvim",
|
||||
},
|
||||
event = "VeryLazy",
|
||||
ft = { "org" },
|
||||
config = function()
|
||||
|
|
@ -21,6 +24,8 @@ return {
|
|||
},
|
||||
})
|
||||
|
||||
require("org-bullets").setup()
|
||||
|
||||
vim.api.nvim_create_autocmd("FileType", {
|
||||
pattern = "org",
|
||||
callback = function()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue