23 Commits (09001369f36a325c0188b789e5959e37ec0971f7)

Author SHA1 Message Date
siduck a2690a4b72 avoid loading cached highlights in plugin opts file 2 years ago
siduck 6590372791 BREAKING CHANGE: utilize lazy.nvim fully, remove un-needed functions 2 years ago
siduck 4990b23935 use dofile to load cached theme files 2 years ago
siduck 2b94bb92e0 clean config & rm un-needed pcalls 2 years ago
siduck d27029d1b1 load base46_cache in instead of minified modules 2 years ago
siduck f77d052d70 change highlight loading function name 2 years ago
Akianonymus a20fc560f3 utils: Improve mapping function | Properly lazy load whichkey
just add desc with normal vim.keymap.set function

whichkey will automatically use the descriptions
2 years ago
siduck d2dec96ad6 add whichkey groups back 2 years ago
Akianonymus f4655e13ec mappings: Only set mappings if the plugin is enabled
format files

fix some lsp warnings
2 years ago
siduck 6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
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 59de298d8f fix #1155, #1149 2 years ago
siduck cb97cef2a7 remove usage of globals for util functions 2 years ago
siduck 0f013d4e7b Breaking change for non-whichkey users | Refactor mapping functions 2 years ago
Leon Heidelbach f8b5571466 fix: fixed lspconfig issues and cleaned up 2 years ago
siduck cdf18fd334 clean up 2 years ago
Leon Heidelbach 5ba309a0df fix: moved lsp mappings to lspconfig to only be set on lsp attach 2 years ago
siduck c7cfacd360 register lsp mappings for buffer only 2 years ago
Mactavish 0b0d6b6fc1 fix: override options before register keys 2 years ago
siduck ed68c4b07d rm un-needed mappings 2 years ago
Leon Heidelbach 5716bbcca0 fix: which-key group names can now be properly set with M.groups & refactoring 2 years ago
Leon Heidelbach c7a4d4e337 feat: fixed & added mappings & users can now add their custom "mode_opt" 2 years ago
siduck 0844431d37 breaking change : re-implement custom mappings | simplify it | add whichkey
fixes #1057 , #1047
2 years ago