Add missing plugins for autocompletion
This commit is contained in:
parent
7f04ca94f6
commit
579f00f1df
|
@ -22,7 +22,7 @@ require("formatter").setup({
|
|||
},
|
||||
|
||||
cpp = {
|
||||
require("formatter.filetypes.cpp").clangformat,
|
||||
require("formatter.filetypes.cpp").astyle,
|
||||
},
|
||||
|
||||
html = {
|
||||
|
|
|
@ -48,6 +48,7 @@ return {
|
|||
"hrsh7th/cmp-cmdline",
|
||||
"dmitmel/cmp-cmdline-history",
|
||||
"amarakon/nvim-cmp-lua-latex-symbols",
|
||||
"f3fora/cmp-spell",
|
||||
{ "petertriho/cmp-git", requires = "nvim-lua/plenary.nvim" },
|
||||
"williamboman/mason.nvim",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
|
@ -55,4 +56,8 @@ return {
|
|||
"mfussenegger/nvim-dap",
|
||||
"mhartington/formatter.nvim",
|
||||
"mg979/vim-visual-multi",
|
||||
{ "nvim-telescope/telescope-fzf-native.nvim", run = "make" },
|
||||
{ "tzachar/fuzzy.nvim", requires = { "nvim-telescope/telescope-fzf-native.nvim" } },
|
||||
{ "tzachar/cmp-fuzzy-buffer", requires = { "hrsh7th/nvim-cmp", "tzachar/fuzzy.nvim" } },
|
||||
"quangnguyen30192/cmp-nvim-ultisnips",
|
||||
}
|
||||
|
|
|
@ -134,3 +134,4 @@ config
|
|||
confformat
|
||||
plugbench
|
||||
jedec
|
||||
Graf
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue