siduck
4f789d3406
add multiple cmp themes https://github.com/NvChad/base46/issues/109
2022-11-21 21:06:49 +05:30
siduck
d27029d1b1
load base46_cache in instead of minified modules
2022-11-19 11:45:33 +05:30
siduck
f77d052d70
change highlight loading function name
2022-11-17 19:26:43 +05:30
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' }`
2022-10-07 19:26:07 +05:30
siduck
6f0aa376a8
set shiftwidth to 2 | format all files
...
big thanks to @ghifarit53
2022-07-22 16:00:00 +00:00
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 )
2022-07-15 09:37:12 +05:30
siduck
5e4b2e6a11
avoid cmp to take over "<CR>" #1258
2022-06-24 10:24:45 +05:30
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
2022-06-14 17:36:27 +05:30
siduck
dd260cb4d5
add custom highlight group for cmp
...
so cmp will not take the bg from Pmenu
2022-06-09 05:55:35 +05:30
Mohammad Hosein
fd96cc3c63
change proiority of completion list in nvim-cmp
2022-06-03 10:57:21 +05:30
siduck
cb97cef2a7
remove usage of globals for util functions
2022-05-29 16:07:47 +05:30
Freddie Haddad
d09abcf8b3
fix: update hide scrollbar logic to work with cmp
2022-05-22 05:28:49 +05:30
Arman.H
a8fd371b08
fix(cmp): change the confirmation behaviour to `Insert`
2022-05-16 18:48:53 +05:30
Arman.H
5a1240be82
refactor: add utils to the global scope
2022-05-10 20:15:08 +05:30
Mihnea Creanga
0601876ab6
Update cmp.lua
2022-05-06 18:49:33 +05:30
Akianonymus
08e9ab363e
plugins/cmp: Use keymaps for command line too.
...
will be used if cmp triggered in command line mode
2022-05-05 15:02:48 +05:30
siduck
854534f54c
rice cmp-nvim
...
related to 15a1b910a0
2022-05-03 22:57:16 +05:30
siduck
6750dee431
load missing override functions for cmp/devicons
2022-04-28 03:41:36 +05:30
siduck
adecbe719f
BREAKING CHANGE | re-implementation of custom config
2022-04-27 21:12:28 +05:30
socialsmoker223
1278a3b703
Imporve luasnip Tab jump behaviour
2022-03-07 22:06:13 +05:30
siduck
a21e884983
remove snippet option for cmp | fix telescope first time delay
2022-02-12 07:31:23 +05:30
Akianonymus
46db63749f
cmp: Add border to floating docs, move completeopt inside config
...
format files
2022-02-04 06:12:31 +05:30
socialsmoker223
2eab84f8f1
lunasnip super-tab like mapping example from hrsh7th/nvim-cmp
2022-02-01 18:56:33 +05:30
Akianonymus
6b06bb9ed4
Remove duplicate code, missed in d8dabe9
| Format files
2022-01-31 11:13:31 +05:30
i3Cheese
a3a5b506de
fix empty snippets
2022-01-31 06:21:33 +05:30
siduck
64c32d2e5e
clean packer config | Breaking change
2022-01-30 12:51:46 +05:30
i3cheese
2a02054a39
Add config.plugins.status.snippets to enable/disable snippets
2022-01-29 19:59:59 +05:30
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
2022-01-22 10:15:38 +05:30
zbirenbaum
c3beea11ee
Added support for modifying specific key values in default configs via chadrc to all plugin configurations with setup table(s)
2022-01-22 10:15:38 +05:30
siduck
3330d1cc06
clean up!
2021-11-17 11:00:57 +05:30
max397574
1ec9f80bdb
fixed formatting
2021-10-09 10:23:10 +05:30
max397574
1af5510d03
fix cmp use correct function
2021-10-09 10:23:10 +05:30
max397574
8a426b9e62
fix cmp use new function
2021-10-09 10:23:10 +05:30
max397574
40554c80ad
fix: new function to check for cmp completitions
2021-10-09 10:23:10 +05:30
siduck76
e137fddf6e
add : cmp-path plugin
2021-09-29 18:16:43 +05:30
Akianonymus
e800122b45
plugins/configs/cmp: Enclose in pcall
2021-08-27 18:23:48 +05:30
ashincoder
b63e1502a5
fix: Fixing the luasnip error while tabbing
2021-08-27 15:23:20 +05:30
siduck76
c87482f107
lazy load luasnip after cmp
2021-08-27 08:11:46 +05:30
siduck76
253047747a
remove lspkind
2021-08-27 07:53:06 +05:30
siduck76
475a4c5f38
replace compe with cmp
2021-08-27 06:44:58 +05:30