dotfiles/mzte-nv/conf/lua/pluginconf/p-aerial.fnl

6 lines
166 B
Plaintext
Raw Normal View History

(local aerial (require :aerial))
(aerial.setup {:backends [:lsp :treesitter :markdown :man]})
2023-03-07 00:01:16 +01:00
(vim.keymap.set :n :-o #(aerial.toggle) {:noremap true :silent true})