Feat(nvim): add cmp-cmdline for command line completion

This commit is contained in:
Bertrand Benjamin 2023-02-21 17:54:55 +01:00
parent 383c27850a
commit c6d6cdc0aa
2 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,6 @@ nvim_lsp.vuels.setup{
}
nvim_lsp.ltex.setup{
on_attach = on_attach,
cmd = { "ltex-ls" },
settings = {
ltex = {

View File

@ -82,6 +82,7 @@ return packer.startup(function(use)
use { 'hrsh7th/cmp-buffer', after = 'nvim-cmp' }
use { 'hrsh7th/cmp-path', after = 'nvim-cmp' }
use { 'hrsh7th/cmp-nvim-lsp', after = 'nvim-cmp' }
use { 'hrsh7th/cmp-cmdline', after = 'nvim-cmp' }
-- use {'f3fora/cmp-spell', after = 'nvim-cmp'}
-- for formatters and linters