1
0
Fork 0
dotfiles/home/config/nvim/plugins/navic.fnl

33 lines
1.2 KiB
Plaintext
Raw Normal View History

(let [navic (require :nvim-navic)]
2023-07-17 17:43:29 +00:00
(navic.setup {:icons {:File "󰈙 "
:Module " "
2023-07-17 17:43:29 +00:00
:Namespace "󰌗 "
:Package " "
2023-07-17 17:43:29 +00:00
:Class "󰌗 "
:Method "󰆧 "
:Property " "
:Field " "
:Constructor " "
2023-07-17 17:43:29 +00:00
:Enum "󰕘 "
:Interface "󰕘 "
:Function "󰊕 "
:Variable "󰆧 "
:Constant "󰏿 "
:String "󰀬 "
:Number "󰎠 "
:Boolean "◩ "
2023-07-17 17:43:29 +00:00
:Array "󰅪 "
:Object "󰅩 "
:Key "󰌋 "
:Null "󰟢 "
:EnumMember " "
2023-07-17 17:43:29 +00:00
:Struct "󰌗 "
:Event " "
2023-07-17 17:43:29 +00:00
:Operator "󰆕 "
:TypeParameter "󰊄 "}
:highlight false
2023-07-17 17:43:29 +00:00
:separator "  "
:depth_limit 0
2023-07-17 17:43:29 +00:00
:depth_limit_indicator "󰇘"}))