Made a few changes
This commit is contained in:
parent
c7b01d9b6d
commit
7cbe73ad5b
19 changed files with 55 additions and 26 deletions
dotfiles/neovim/lua/my/plugins
|
@ -14,7 +14,7 @@ function M.setup()
|
|||
local luasnip = require("luasnip")
|
||||
|
||||
local options = {
|
||||
formatting = {format = lspkind.cmp_format()},
|
||||
formatting = {format = lspkind.cmp_format({mode = "symbol"})},
|
||||
snippet = {
|
||||
-- REQUIRED - you must specify a snippet engine
|
||||
expand = function(args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue