52 Commits (adf67560cebeb9501a97c580cebc3759b92ab61c)

Author SHA1 Message Date
siduck afd8870358 misc clean 7 months ago
Gean Marroquin ffa83d57f0 remove Search, IncSearch and CurSearch highlights from cmp windows (#2490) 11 months ago
Sidhanth Rathod 5748536742
performance: avoid reloading config table #2360 (#2444)
* performance: avoid reloading config (#2360)

* performance: avoid reloading config

* Rm outdated info in readme

---------

Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>

* update nvchad load_config result path

* update branch names

---------

Co-authored-by: georgejean <jeangeorge385@yahoo.fr>
12 months ago
siduck 8ea74bc23b update some module paths 1 year ago
siduck 487ca44566 update icon paths 1 year ago
André Jesus c3c349c830
Change cmp to insert completion instead of replacing the current word (#2083)
I find this annoying and if we want to actually delete the word we can simply just dw in vim

Co-authored-by: andré Jesus <andréjesusdebrito@gmail.com>
1 year ago
Daniel Boll 55de4b9c85 fix(cmp): lsp suggestions before snippets 2 years ago
siduck 27455fd2c2 misc 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
SHA-5010 40c180d3b2 config(cmp): simplify disabling scrollbar 2 years ago
siduck 4f789d3406 add multiple cmp themes https://github.com/NvChad/base46/issues/109 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
Dhruvin Shah b142f4c99d config(cmp): correcting completeopt setup
From the neovim doc,
In Vimscript:
    `set completeopt=menu,menuone,noselect`

In Lua using `vim.o`:
    `vim.o.completeopt = 'menu,menuone,noselect'`

In Lua using `vim.opt`:
    `vim.opt.wildignore = { 'menu', 'menuoune', 'noselect' }`
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 3 years ago
siduck a21e884983 remove snippet option for cmp | fix telescope first time delay 3 years ago
Akianonymus 46db63749f cmp: Add border to floating docs, move completeopt inside config
format files
3 years ago
socialsmoker223 2eab84f8f1 lunasnip super-tab like mapping example from hrsh7th/nvim-cmp 3 years ago
Akianonymus 6b06bb9ed4 Remove duplicate code, missed in d8dabe9 | Format files 3 years ago
i3Cheese a3a5b506de fix empty snippets 3 years ago
siduck 64c32d2e5e clean packer config | Breaking change 3 years ago
i3cheese 2a02054a39 Add config.plugins.status.snippets to enable/disable snippets 3 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
3 years ago
zbirenbaum c3beea11ee Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s) 3 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