From 0f8c62f2d18fd86e2bad01a33e5e9beb4e2ef77b Mon Sep 17 00:00:00 2001 From: nathan11 Date: Tue, 25 Jul 2023 00:52:07 -0600 Subject: first commit --- lua/config_navic.lua | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 lua/config_navic.lua (limited to 'lua/config_navic.lua') 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 +} -- cgit v1.2.3