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
No known key found for this signature in database

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)