feat: remove unused code

This commit is contained in:
ralvescosta 2025-03-17 21:48:57 -03:00
parent 10cdfdfa5d
commit a3b0367fdf
1 changed files with 4 additions and 3 deletions

View File

@ -21,7 +21,8 @@ require('lazy').setup({
enabled = true, enabled = true,
notify = false, notify = false,
}, },
ui = {
icons = vim.g.have_nerd_font,
},
}) })
-- The line beneath this is called `modeline`. See `:help modeline`
-- vim: ts=2 sts=2 sw=2 et
--