feat(nvim): housekeeping
This commit is contained in:
@@ -8,9 +8,6 @@ return {
|
||||
},
|
||||
version = '*',
|
||||
opts = {
|
||||
enabled = function()
|
||||
return not (string.find(vim.bo.filetype, "himalaya") or string.find(vim.bo.filetype, "mail"))
|
||||
end,
|
||||
keymap = {
|
||||
preset = 'default',
|
||||
['<Up>'] = {},
|
||||
|
||||
Reference in New Issue
Block a user