aboutsummaryrefslogtreecommitdiff
path: root/lua/config_navic.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config_navic.lua')
-rw-r--r--lua/config_navic.lua35
1 files changed, 35 insertions, 0 deletions
diff --git a/lua/config_navic.lua b/lua/config_navic.lua
new file mode 100644
index 0000000..c4eec0b
--- /dev/null
+++ b/lua/config_navic.lua
@@ -0,0 +1,35 @@
+require("nvim-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 = "",
+ safe_output = true
+}