mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feat(nvim): Change completion source to blink.cmp
* fix: Completion does not work under Linux * chore: Load less LSPs * feat: Add selection border for completions
This commit is contained in:
parent
47197902c8
commit
569238e45f
5 changed files with 112 additions and 18 deletions
|
|
@ -1,8 +1,9 @@
|
|||
return {
|
||||
{ import = "plugins.mod.nvim-cmp" },
|
||||
{
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
},
|
||||
-- { import = "plugins.mod.nvim-cmp" },
|
||||
-- {
|
||||
-- "saadparwaiz1/cmp_luasnip",
|
||||
-- },
|
||||
{ import = "plugins.mod.blink-cmp" },
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
build = "make install_jsregexp",
|
||||
|
|
@ -11,8 +12,6 @@ return {
|
|||
require("luasnip.loaders.from_vscode").lazy_load({ paths = "~/.config/lsp-snippets" })
|
||||
-- require("luasnip.loaders.from_vscode").lazy_load()
|
||||
end,
|
||||
-- TODO: Remove this, simply delete this will let nvim-cmp not work
|
||||
-- dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
{
|
||||
"zbirenbaum/copilot-cmp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue