Additional code completion

This commit is contained in:
Yannick Reiß 2023-11-08 09:18:43 +01:00
parent a3deea9236
commit ffa077a90a
No known key found for this signature in database
GPG Key ID: 5A3AF456F0A0338C
4 changed files with 26 additions and 0 deletions

View File

@ -53,6 +53,9 @@ cmp.setup({
{ name = "buffer", keyword_length = 2 }, { name = "buffer", keyword_length = 2 },
{ name = "calc" }, { name = "calc" },
{ name = "lua-latex-symbols", option = { cache = true } }, { name = "lua-latex-symbols", option = { cache = true } },
{ name = "doxygen" },
{ name = "cmp_tabnine" },
{ name = "spell", option = { keep_all_entries = false }, keyword_length = 3 },
}), }),
-- add formatting of the different sources -- add formatting of the different sources

View File

@ -67,4 +67,13 @@ return require("packer").startup(function(use)
requires = { "nvim-tree/nvim-web-devicons" }, requires = { "nvim-tree/nvim-web-devicons" },
}) })
use("hiroakis/cyberspace.vim") -- I'm feeling cyber use("hiroakis/cyberspace.vim") -- I'm feeling cyber
use({
"paopaol/cmp-doxygen",
requires = {
"nvim-treesitter/nvim-treesitter",
"nvim-treesitter/nvim-treesitter-textobjects",
},
})
use({ "tzachar/cmp-tabnine", run = "./install.sh", requires = "hrsh7th/nvim-cmp" })
use("f3fora/cmp-spell")
end) end)

View File

@ -87,3 +87,17 @@ AUTOSAR
toolchain toolchain
FPGAs FPGAs
efabless efabless
ICs
unmatching
photonic
cryptoalgorithms
depackage
PIPs
detectability
runtime
IDDT
SoC
asic
GDS
RTL
IPs

Binary file not shown.