add depth field to nvim-gps conf
So 5 is the limit for amount of context shown, by default its 0 which means that there wouldnt be any limit so gps could get veryyyyyyyyy long!
This commit is contained in:
@@ -7,6 +7,7 @@ end
|
||||
local icons = require "plugins.configs.lspkind_icons"
|
||||
|
||||
local options = {
|
||||
depth = 5,
|
||||
|
||||
icons = {
|
||||
["class-name"] = "%#GpsItemKindClass#" .. icons.Class .. "%*" .. " ",
|
||||
|
||||
Reference in New Issue
Block a user