2022-09-22 20:34:18 +00:00
|
|
|
(let [navic (require :nvim-navic)]
|
2023-07-17 17:43:29 +00:00
|
|
|
(navic.setup {:icons {:File " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:Module " "
|
2023-07-17 17:43:29 +00:00
|
|
|
:Namespace " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:Package " "
|
2023-07-17 17:43:29 +00:00
|
|
|
:Class " "
|
|
|
|
:Method " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:Property " "
|
|
|
|
:Field " "
|
|
|
|
:Constructor " "
|
2023-07-17 17:43:29 +00:00
|
|
|
:Enum " "
|
|
|
|
:Interface " "
|
|
|
|
:Function " "
|
|
|
|
:Variable " "
|
|
|
|
:Constant " "
|
|
|
|
:String " "
|
|
|
|
:Number " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:Boolean "◩ "
|
2023-07-17 17:43:29 +00:00
|
|
|
:Array " "
|
|
|
|
:Object " "
|
|
|
|
:Key " "
|
|
|
|
:Null " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:EnumMember " "
|
2023-07-17 17:43:29 +00:00
|
|
|
:Struct " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:Event " "
|
2023-07-17 17:43:29 +00:00
|
|
|
:Operator " "
|
|
|
|
:TypeParameter " "}
|
2022-09-22 20:34:18 +00:00
|
|
|
:highlight false
|
2023-07-17 17:43:29 +00:00
|
|
|
:separator " "
|
2022-09-22 20:34:18 +00:00
|
|
|
:depth_limit 0
|
2023-07-17 17:43:29 +00:00
|
|
|
:depth_limit_indicator ""}))
|
2022-09-22 20:34:18 +00:00
|
|
|
|