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

33 lines
1.2 KiB
Fennel

(let [navic (require :nvim-navic)]
(navic.setup {:icons {:File " "
:Module " "
:Namespace " "
:Package " "
:Class " "
:Method " "
:Property " "
:Field " "
:Constructor " "
:Enum "練"
:Interface "練"
:Function " "
:Variable " "
:Constant " "
:String " "
:Number " "
:Boolean "◩ "
:Array " "
:Object " "
:Key " "
:Null "ﳠ "
:EnumMember " "
:Struct " "
:Event " "
:Operator " "
:TypeParameter " "}
:highlight false
:separator "  "
:depth_limit 0
:depth_limit_indicator ".."}))