neovim-config/lua/plugins/configs
Akianonymus ee981f4f4a plugins/configs/statusline: Fix git branch not appearing without opening files
* the default provider given by feline uses gitsigns which only updates when a file is opened

* code taken from: https://github.com/hoob3rt/lualine.nvim/blob/master/lua/lualine/components/branch.lua

* use gitsigns var when available

Co-authored-by: Famiu Haque <famiuhaque@gmail.com>
Co-authored-by: hoob3rt <pelczarskihubert@gmail.com>
Co-authored-by: Shadman <shadmansaleh3@gmail.com>
2021-08-26 19:41:27 +05:30
..
autopairs.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
autosave.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
bufferline.lua avoid using q! for quitting vim 2021-08-26 16:28:21 +05:30
chadsheet.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
compe.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
dashboard.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
gitsigns.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
icons.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
lspconfig.lua disable some plugins by default 2021-08-25 05:11:55 +05:30
luasnip.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
nvimtree.lua add diagnostics options to bufferline/nvimtree 2021-08-24 21:15:05 +05:30
others.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
statusline.lua plugins/configs/statusline: Fix git branch not appearing without opening files 2021-08-26 19:41:27 +05:30
telescope.lua use ascending sorting : telescope (#346) 2021-08-23 17:15:29 +05:30
treesitter.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30
zenmode.lua Restructure config | Move some to a packer plugin | Lot of cleanup 2021-08-22 17:54:10 +05:30