Fixed a terrible nvim bug where pressing tab would error and type a 0
This commit is contained in:
parent
2fa03f227e
commit
ac9a7343c6
2 changed files with 22 additions and 13 deletions
|
@ -61,19 +61,25 @@ return require('packer').startup(function()
|
|||
require('lsp').cmp()
|
||||
end,
|
||||
requires = { -- nvim-cmp sources
|
||||
"hrsh7th/vim-vsnip",
|
||||
"rafamadriz/friendly-snippets",
|
||||
-- snippet integration
|
||||
-- "hrsh7th/cmp-vsnip",
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
|
||||
"hrsh7th/cmp-path",
|
||||
"hrsh7th/cmp-nvim-lsp",
|
||||
"hrsh7th/cmp-buffer",
|
||||
"hrsh7th/cmp-nvim-lua",
|
||||
"hrsh7th/cmp-latex-symbols",
|
||||
"hrsh7th/cmp-vsnip",
|
||||
"hrsh7th/cmp-emoji",
|
||||
"hrsh7th/cmp-calc",
|
||||
"hrsh7th/cmp-look",
|
||||
}
|
||||
}
|
||||
use { -- code snippits
|
||||
"L3MON4D3/LuaSnip",
|
||||
-- "hrsh7th/vim-vsnip",
|
||||
-- "rafamadriz/friendly-snippets",
|
||||
}
|
||||
use { -- function parameter previews
|
||||
"ray-x/lsp_signature.nvim",
|
||||
after = "nvim-lspconfig",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue