89 Commits (9414658e35ede3dce3ec56323e748b1d1a609e01)

Author SHA1 Message Date
siduck 47e9ce90ff use slim chars for blankline indent
also enable indent markers in nvimtree
9 months ago
siduck f48ff142f0 migrate to blankline v3.0 ( breaking change ) 9 months ago
siduck 215aa2bb2f Revert "rm useless luasnip calls"
This reverts commit de85977316.
9 months ago
siduck de85977316 rm useless luasnip calls 10 months ago
siduck f8a489ea1a include editor config in lazy disabled_plugins list 1 year ago
georgejean d72d935b35
Fix deprecated highlight config for gitsigns (#2078) 1 year ago
siduck 03f93e5d75 update icons to nerdfont icons 3.0x 1 year ago
siduck effec96b53 luasnip: add globals for various types of snippets 1 year ago
siduck 1d04d70417 exclude indentline in nvdash/nvcheatsheet fts 1 year ago
siduck 0aafb002b5 misc & cleanup 1 year ago
siduck a6b9c0cae5 wrap some opt modules with function
not doing so will make those modules load by default which isnt good
1 year ago
siduck 6590372791 BREAKING CHANGE: utilize lazy.nvim fully, remove un-needed functions 1 year ago
siduck 4990b23935 use dofile to load cached theme files 1 year ago
siduck 2b94bb92e0 clean config & rm un-needed pcalls 1 year ago
anosillus ff93c22e63 remove kyazdani42 repo 1 year ago
siduck 1b8eff7516 migrate to lazy.nvim 1 year ago
siduck d27029d1b1 load base46_cache in instead of minified modules 2 years ago
siduck f77d052d70 change highlight loading function name 2 years ago
siduck 99f6b2132e remove alpha plugin 2 years ago
siduck 4db58e4975 add glyph icon for untracked icon (gitsigns 2 years ago
Jacob E. Tuz Poot 3fae9d88c5 feat: add buffer mapping for gitsigns 2 years ago
Owen 27560319cc change snippets' priority
Higher priority should be given to the user's own snippets
2 years ago
Akianonymus 74e374ef7b plugins: colorizer: Let colorizer handle the loading 2 years ago
siduck d61946d3bf Simplify plugin management even more (#1518) 2 years ago
Akianonymus b34328fb41 plugins: Colorizer: Changes for new config style 2 years ago
01GUY 04eb37c0f1 'blankline' fix filetype_exclude mason
with a capital letter it doesn't work
2 years ago
siduck a83ebc34e5 Breaking Change : LSPInstaller is dead so use mason.nvim
(#1368)
2 years ago
siduck 5d4c51127c clean stuff
5501044bfd
2 years ago
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