nvimdev / galaxyline.nvim

neovim statusline plugin written in lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I add the indentation specification ?

NikolaM-Dev opened this issue · comments

Something like this...

image

return vim.opt_local.shiftwidth

But I don't know how to configure it :C

provider = funciton()
  return 'Spaces: ' .. vim.bo.shiftwidth
end