Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Jul 16, 2024
1 parent 7d3e65c commit a16bc3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion ftplugin/norg.lua

This file was deleted.

9 changes: 0 additions & 9 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,3 @@ require 'config.global'
require 'config.lazy'
require 'config.autocommands'
require 'config.redir'

vim.api.nvim_create_autocmd({ "BufReadPost" }, {
desc = "Activate Otter on Buf Enter",
pattern = "*.norg",
group = vim.api.nvim_create_augroup("NorgOtter", {}),
callback = function(_)
require'otter'.activate()
end,
})

0 comments on commit a16bc3d

Please sign in to comment.