feat(nvim): enable gobble for silicon.nvim

This commit is contained in:
Price Hiller 2023-03-07 23:07:05 -06:00
parent 7bc66d6e17
commit 7f5f3a66f1
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -778,6 +778,7 @@ lazy.setup({
pad_vert = 60,
pad_horiz = 40,
line_number = true,
gobble = true,
window_title = function()
local devicons = require("nvim-web-devicons")
local icon = devicons.get_icon_by_filetype(vim.bo.filetype)