Remove cmp-lsp-rs as it broke
This commit is contained in:
parent
c1ee52019c
commit
5cfe6fca6b
|
@ -8,9 +8,6 @@ return {
|
|||
"hrsh7th/cmp-path",
|
||||
"onsails/lspkind-nvim",
|
||||
|
||||
-- Improve sorting order for rust
|
||||
"zjp-CN/nvim-cmp-lsp-rs",
|
||||
|
||||
-- Snippets
|
||||
"L3MON4D3/LuaSnip",
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
|
@ -21,9 +18,6 @@ return {
|
|||
local lspkind = require("lspkind")
|
||||
local border = require("symbols.window").border
|
||||
|
||||
local cmp_rs = require("cmp_lsp_rs")
|
||||
local comparators = cmp_rs.comparators
|
||||
|
||||
cmp.setup({
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
|
@ -82,12 +76,6 @@ return {
|
|||
end
|
||||
end, { "i", "s" }),
|
||||
}),
|
||||
sorting = {
|
||||
comparators = {
|
||||
comparators.inherent_import_inscope,
|
||||
comparators.sort_by_label_but_underscore_last,
|
||||
},
|
||||
},
|
||||
sources = {
|
||||
{ name = "lazydev", group_index = 0 },
|
||||
{ name = "nvim_lsp" },
|
||||
|
|
Loading…
Reference in New Issue
Block a user