42 Commits (b0ca1ac78d63d919e5cc3d05f01068e4edea1bdf)

Author SHA1 Message Date
spike b0ca1ac78d dap and dap ui + live-command and rust-tools updates
- setup signs for dap
- improved dap and dapmode keybindings
- live-command preview plugin
2 years ago
spike b88a1b3ce9 cmp: show source name 2 years ago
spike 4df39e3421 fix snippet do not expand while jumping 2 years ago
spike 4ecf95bcf1 stable lsp colors + signature + misc updates 2 years ago
spike 6a542206f4 add cmp help lsp signature 2 years ago
spike 1423db18ba update 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
siduck 5e4b2e6a11 avoid cmp to take over "<CR>" #1258 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 dd260cb4d5 add custom highlight group for cmp
so cmp will not take the bg from Pmenu
2 years ago
Mohammad Hosein fd96cc3c63 change proiority of completion list in nvim-cmp 2 years ago
siduck cb97cef2a7 remove usage of globals for util functions 2 years ago
Freddie Haddad d09abcf8b3 fix: update hide scrollbar logic to work with cmp 2 years ago
Arman.H a8fd371b08 fix(cmp): change the confirmation behaviour to `Insert` 2 years ago
Arman.H 5a1240be82 refactor: add utils to the global scope 2 years ago
Mihnea Creanga 0601876ab6 Update cmp.lua 2 years ago
Akianonymus 08e9ab363e plugins/cmp: Use keymaps for command line too.
will be used if cmp triggered in command line mode
2 years ago
siduck 854534f54c rice cmp-nvim
related  to 15a1b910a0
2 years ago
siduck 6750dee431 load missing override functions for cmp/devicons 2 years ago
siduck adecbe719f BREAKING CHANGE | re-implementation of custom config 2 years ago
socialsmoker223 1278a3b703 Imporve luasnip Tab jump behaviour 2 years ago
siduck a21e884983 remove snippet option for cmp | fix telescope first time delay 2 years ago
Akianonymus 46db63749f cmp: Add border to floating docs, move completeopt inside config
format files
2 years ago
socialsmoker223 2eab84f8f1 lunasnip super-tab like mapping example from hrsh7th/nvim-cmp 2 years ago
Akianonymus 6b06bb9ed4 Remove duplicate code, missed in d8dabe9 | Format files 2 years ago
i3Cheese a3a5b506de fix empty snippets 2 years ago
siduck 64c32d2e5e clean packer config | Breaking change 2 years ago
i3cheese 2a02054a39 Add config.plugins.status.snippets to enable/disable snippets 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
siduck 3330d1cc06 clean up! 3 years ago
max397574 1ec9f80bdb fixed formatting 3 years ago
max397574 1af5510d03 fix cmp use correct function 3 years ago
max397574 8a426b9e62 fix cmp use new function 3 years ago
max397574 40554c80ad fix: new function to check for cmp completitions 3 years ago
siduck76 e137fddf6e add : cmp-path plugin 3 years ago
Akianonymus e800122b45 plugins/configs/cmp: Enclose in pcall 3 years ago
ashincoder b63e1502a5 fix: Fixing the luasnip error while tabbing 3 years ago
siduck76 c87482f107 lazy load luasnip after cmp 3 years ago
siduck76 253047747a remove lspkind 3 years ago
siduck76 475a4c5f38 replace compe with cmp 3 years ago