Skip to content

Commit

Permalink
chore(neovim): aerial.nvim config update
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Oct 15, 2023
1 parent 9541499 commit c1a67d0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .config/nvim/lua/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,10 @@ return {
},
},
opts = {
backends = {
["_"] = { "lsp", "treesitter", "markdown" },
ruby = { "treesitter" },
},
attach_mode = "global",
close_on_select = true,
filter_kind = false,
-- Use nvim-navic icons
icons = {
File = "󰈙 ",
Module = "",
Expand Down Expand Up @@ -155,7 +153,6 @@ return {
min_width = 30,
default_direction = "prefer_right",
},
attach_mode = "global",
},
},
-- {
Expand Down

0 comments on commit c1a67d0

Please sign in to comment.