github-actions[bot]
1b2473bb9c
chore: format source code
2021-09-17 13:06:32 +00:00
siduck76
256ba205e1
rm un-needed separator from statusline
2021-09-14 09:31:48 +05:30
siduck76
67e1038b59
update felin.nvim config
2021-09-11 11:07:04 +05:30
siduck76
2309f7c249
Update statusline.lua
2021-09-09 08:45:15 +05:30
Akianonymus
85117ef95e
statusline: feline: Use default git provider
...
now it handles dirs too
092442db0c
2021-09-09 08:45:15 +05:30
github-actions[bot]
299ce1cde3
chore: format source code
2021-09-07 10:00:34 +00:00
Marco Mayer
1107be6417
Update feline config to new format
2021-09-07 15:30:18 +05:30
siduck76
5db010e870
mv luasnip config to others.lua
2021-08-28 09:39:38 +05:30
siduck76
d5f4c04424
add original gruvbox theme
2021-08-28 06:48:51 +05:30
Akianonymus
d90747415f
plugins/configs/statusline: Fix branch seperator
2021-08-27 18:23:48 +05:30
siduck76
0e09c3f471
rm extra space from statusline icons
2021-08-27 13:48:04 +05:30
siduck76
97e155f3a2
use nerdfont glyphs for lsp progress spinners
2021-08-27 09:58:54 +05:30
siduck76
e107e1aaf7
add space between lsp text/icon in statusline
2021-08-26 20:07:48 +05:30
Akianonymus
66de975543
plugins/configs/statusline: Fix % icon for page position
2021-08-26 19:41:27 +05:30
Akianonymus
af597372ec
plugins/configs/statusline: Remove extra space in lsp indicator
2021-08-26 19:41:27 +05:30
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
ashincoder
80b632ee95
feat: Added lsp radial progress
2021-08-26 14:05:02 +05:30
siduck76
2f2389a31b
statusline add lsp status
2021-08-26 10:59:37 +05:30
siduck76
80d36cca00
move to feline.nvim
2021-08-26 10:48:13 +05:30
Galen Rowell
a3dbef5872
fix statusline bug, handle all Vim modes
2021-08-24 10:43:43 +05:30
Akianonymus
9ffddb6b52
Restructure config | Move some to a packer plugin | Lot of cleanup
...
* move teleacope files, updater and related utils to
https://github.com/NvChad/core
* restructure config file and directory structure
* expose mappings for better escape
* allow multiple mappings for some
* improve merge table function for the same
* move autocommands to a seperate file
* rearrange everything alphabetically where sanely possible
* rearrange packer plugin list on the basis of trigerred state
config structure now
.
├── init.lua
├── LICENSE
├── lua
│ ├── chadrc.lua
│ ├── colors
│ │ ├── highlights.lua
│ │ ├── init.lua
│ │ └── themes
│ │ ├── chadracula.lua
│ │ ├── everforest.lua
│ │ ├── gruvchad.lua
│ │ ├── javacafe.lua
│ │ ├── mountain.lua
│ │ ├── norchad.lua
│ │ ├── one-light.lua
│ │ ├── onedark.lua
│ │ ├── tokyonight.lua
│ │ └── tomorrow-night.lua
│ ├── core
│ │ ├── autocmds.lua
│ │ ├── init.lua
│ │ ├── mappings.lua
│ │ ├── options.lua
│ │ └── utils.lua
│ ├── default_config.lua
│ └── plugins
│ ├── configs
│ │ ├── autopairs.lua
│ │ ├── autosave.lua
│ │ ├── bufferline.lua
│ │ ├── chadsheet.lua
│ │ ├── compe.lua
│ │ ├── dashboard.lua
│ │ ├── gitsigns.lua
│ │ ├── icons.lua
│ │ ├── lspconfig.lua
│ │ ├── luasnip.lua
│ │ ├── nvimtree.lua
│ │ ├── others.lua
│ │ ├── statusline.lua
│ │ ├── telescope.lua
│ │ ├── treesitter.lua
│ │ └── zenmode.lua
│ ├── init.lua
│ └── packerInit.lua
└── README.md
2021-08-22 17:54:10 +05:30