Updates keybindings and disables Lazy checker

This commit is contained in:
Dennis Schoepf 2025-01-27 22:48:53 +01:00
parent ac2965506b
commit a8d76f7f4d
3 changed files with 6 additions and 3 deletions

View file

@ -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()