.config/nvim/lua/plugins/completion.lua

changeset 1131
f3044a1658fc
parent 1123
b7a3f68c02b2
child 1132
532c7964b23f
equal deleted inserted replaced
1130:91a00bcc28f9 1131:f3044a1658fc
1 return { 1 return {
2 { 2 {
3 "hrsh7th/nvim-cmp", 3 "hrsh7th/nvim-cmp",
4 branch = "main",
4 event = "InsertEnter", 5 event = "InsertEnter",
5 dependencies = { 6 dependencies = {
6 "hrsh7th/cmp-buffer", 7 "hrsh7th/cmp-buffer",
7 "hrsh7th/cmp-calc", 8 "hrsh7th/cmp-calc",
8 "hrsh7th/cmp-nvim-lsp", 9 "hrsh7th/cmp-nvim-lsp",
89 end, 90 end,
90 }, 91 },
91 92
92 { 93 {
93 "ray-x/lsp_signature.nvim", 94 "ray-x/lsp_signature.nvim",
95 branch = "master",
94 events = { "LspAttach" }, 96 events = { "LspAttach" },
95 opts = { 97 opts = {
96 toggle_key = "<F12>", 98 toggle_key = "<F12>",
97 toggle_key_flip_floatwin_setting = true, 99 toggle_key_flip_floatwin_setting = true,
98 floating_window = false, 100 floating_window = false,

mercurial