This commit is contained in:
ZaneFerns360 2024-04-28 10:03:05 +05:30
parent 8723f25be0
commit 45bb16f283
3 changed files with 54 additions and 6 deletions

View file

@ -21,11 +21,6 @@ local buffers = {
right_mouse_command = function(n) require("mini.bufremove").delete(n, false) end,
diagnostics = 'nvim_lsp',
always_show_bufferline = false,
diagnostics_indicator = function(_, _, diag)
local icons = require('lazyvim.config').icons.diagnostics
local ret = (diag.error and icons.Error .. diag.error .. ' ' or '') .. (diag.warning and icons.Warn .. diag.warning or '')
return vim.trim(ret)
end,
offsets = {
{
filetype = 'neo-tree',