61 Commits (6f0aa376a8f8e52d33cede45e903767644c7e401)

Author SHA1 Message Date
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2 years ago
siduck 74f2efca9f BREAKING Change for statusline_separator & tabufline overriders
moved statusline & tabufline into a new plugin to keep the base config clean and fix issues like (#1307)
2 years ago
Akianonymus b9f0e4623e mappings: Add back mappings removed in 0844431d37 | Format files 2 years ago
siduck 37b2c53a46 fix diff highlights not working on gitcommit filetypes (#1317)
removed indentline char as it moves indentline a lil bit towards right whenever contextstart highlight shows , check https://github.com/lukas-reineke/indent-blankline.nvim/issues/454
2 years ago
Manas Mengle ce2a5d8596 fix(luasnip): switch to using global variables 2 years ago
Manas Mengle 34628a1789 fix(luasnip): make sure friendly-snippets are loaded too 2 years ago
Manas Mengle 5a3fcd7326 feat(luasnip): added snippet_paths option for luasnip 2 years ago
siduck 845d5b4866 write own lightweight tabufline | remove bufferline 2 years ago
Rentib e57a3b5de9 added missing brackets 2 years ago
siduck 9bca3eacae clean config | fix (#1225) (#1226) 2 years ago
siduck 0bde81a074 Improve startuptime | remove un-needed plugins | lazy load plugin highlights too
removed nvim-gps as nvim-navic or winbar.nvim will be added when v0.8 neovim releases. Removed lsp signature as I was able to emulate showing args with the default signature help() window
2 years ago
siduck 700801b313 avoid overriding default vim.lsp functions
read https://github.com/NvChad/NvChad/discussions/1180
2 years ago
siduck 9b7b44f74f add nvim_gps to statusline | populate renamer popup with old value 2 years ago
AlexanderHOtt 9f48587d63 add option to override luasnip options 2 years ago
siduck b828b677bd Make Comment.nvim and gitsigns configs overridable 2 years ago
siduck d802e8e2a6 add lsp rename popup window
thx to @LeonHeidelbach for fixing some outdated stuff in the original table : https://www.reddit.com/r/neovim/comments/ql4iuj/rename_hover_including_window_title_and/
2 years ago
siduck fd96f4ddbd make autopairs overridable | fix (#1154) 2 years ago
siduck cb97cef2a7 remove usage of globals for util functions 2 years ago
siduck ed68c4b07d rm un-needed mappings 2 years ago
zbirenbaum cef2899bba fix #1109 2 years ago
siduck ef27ad4f2d add mapping for escaping terminal 2 years ago
siduck 0844431d37 breaking change : re-implement custom mappings | simplify it | add whichkey
fixes #1057 , #1047
2 years ago
Arman.H 5a1240be82 refactor: add utils to the global scope 2 years ago
siduck 36aeebc580 fix : luasnip not working (#1000) 2 years ago
siduck adecbe719f BREAKING CHANGE | re-implementation of custom config 2 years ago
zbirenbaum 1c8a677024 Fix #938 2 years ago
siduck ceaf02e0bf replace dashboard with alpha.nvim (#816) 2 years ago
Akianonymus de246fa0f5 Resolve https://github.com/NvChad/NvChad/issues/774 | Format 2 years ago
siduck ee5b79d3d4 fix (#740) | lazy load lspconfig on nvim_cmp_lsp module 2 years ago
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
2 years ago
zbirenbaum c3beea11ee Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s) 2 years ago
Danilo Horta e6223cc587 Enable FastWrap capabilities: https://github.com/windwp/nvim-autopairs#fastwrap 2 years ago
siduck 8c2bbd2143 fix cursor bugging when using auto-completion #603 2 years ago
siduck de9b702f0e hide indentline on telescope preview window 2 years ago
siduck 3a966955d4 make lspconfig mappings compatible with nvim 0.6v 2 years ago
Akianonymus d2db2cc1cd plugin: Use Comment.nvim | Resolve #646 & #626 2 years ago
Akianonymus 2293b16709 Cleanup | Format files
* fix some lint warnings
* remove some unneeded code
2 years ago
Deneir Uy 97572ee1bb Fix LSP diagnostic icons 2 years ago
siduck 6347a00023 add mapping, highlights for keybind cheatsheet | disable indentline in it 3 years ago
siduck 3330d1cc06 clean up! 3 years ago
siduck 8de3f4e84c restructure init.lua | lspconfig 3 years ago
siduck 4b2bbe5d1c update configs for nvimtree and autopairs 3 years ago
siduck76 6e3e0bf029 fix luasnip incorrect path (#526) 3 years ago
siduck76 068ae08f6c avoid using cmp disable var for autopairs (#567) 3 years ago
siduck76 003038b2a7 rm : doc lines from signature.nvim popups 3 years ago
siduck76 a1c234e001 clean : debloat config | rm un-needed plugins 3 years ago
siduck76 8e0dfc1de6 fix : add path for luasnip snippets (#483) 3 years ago
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
3 years ago
siduck76 0b30ed27d5 replace better-escape.vim with better-escape.nvim 3 years ago
siduck76 cafd078e8f fix esc_insertmode settings not getting applied in chadrc (#422) 3 years ago