Skip to content

Commit 27b688d

Browse files
committed
stuff
1 parent a2b1d5c commit 27b688d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

lua/custom/plugins/init.lua

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,4 +319,17 @@ return {
319319
{ "<c-s>", mode = { "c" }, function() require("flash").toggle() end, desc = "Toggle Flash Search" },
320320
},
321321
},
322+
323+
-- symbols
324+
{
325+
'oskarrrrrrr/symbols.nvim',
326+
config = function()
327+
local r = require 'symbols.recipes'
328+
require('symbols').setup(r.DefaultFilters, r.AsciiSymbols, {
329+
-- custom settings here
330+
-- e.g. hide_cursor = false
331+
})
332+
vim.keymap.set('n', ',s', '<cmd> Symbols<CR>')
333+
end,
334+
},
322335
}

0 commit comments

Comments
 (0)