siduck
02d545cd42
breaking change: moved highlight stuff to base16 repo | rewrote whole base16 repo
...
Just run :PackerSync, check https://nvchad.github.io/config/Custom%20config#local-themes and the section below it for newly added features
2022-05-03 00:13:38 +05:30
siduck
263dcc0115
make statusline separator style customizable | fix ( #995 )
2022-04-30 03:57:12 +05:30
siduck
adecbe719f
BREAKING CHANGE | re-implementation of custom config
2022-04-27 21:12:28 +05:30
siduck
ee5b79d3d4
fix ( #740 ) | lazy load lspconfig on nvim_cmp_lsp module
2022-01-26 20:17:44 +05:30
Akianonymus
b86ae3b170
configs/statusline: Fix extra space before git diff removed icon
2022-01-22 14:53:26 +05:30
Akianonymus
bccd8e4ab9
utils: Improve override functions | Fix nvimtree and statusline config |
...
Misc
* make more things configurable
* use more generic variable names
* handle some edgecases
* cleanup
* format files
2022-01-22 10:15:38 +05:30
siduck
a21ee2f22f
clean | organize statusline config
2022-01-11 11:42:36 +05:30
zbirenbaum
fa9f9aad0b
rewrote statusline to be compartmentalized into named components and easier to understand/customize as a basis
2022-01-11 11:42:36 +05:30
zbirenbaum
1e6f9a2e52
fix errors thrown by neovim no longer allowing implicit conversions of nil to 0 in api function calls. See neovim/neovim#16745 for details on why this is now an error
2022-01-04 06:39:27 +05:30
siduck
e5435e93de
update feline config (rename colors table to theme)
2021-12-22 22:35:16 +05:30
boppyt
dbc95e41bf
fix feline with new diagnostic api
2021-12-22 22:01:38 +05:30
siduck
3330d1cc06
clean up!
2021-11-17 11:00:57 +05:30
siduck76
eefee5e17d
clean config for inactive statusline
2021-10-17 11:28:47 +05:30
Akianonymus
9a45bb3f20
fix: Disabling shortline from chadrc
...
missed in 317eedd9b2
chore: format files
2021-10-14 11:08:23 +05:30
Akianonymus
317eedd9b2
feat: Make short statusline toggleable from chadrc
2021-10-02 11:24:14 +05:30
siduck76
cb3c5682a8
fix : make inactive statuslines as thin lines
2021-09-26 23:48:25 +05:30
siduck76
ac28a9f99e
fix : shortline for small screens ( #468 )
2021-09-26 15:53:50 +05:30
Galen Rowell
9961cc0113
refactor: clean & re-organise default_config + chadrc
...
this completely overhauls the design of the two configuration files,
aiming to move options & various tables into a more sensible table structure
BREAKING CHANGE: this will break any user modificiations to the current
config
2021-09-24 19:11:55 +05:30
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