Feat(nvim): add cmp-cmdline for command line completion
This commit is contained in:
parent
383c27850a
commit
c6d6cdc0aa
@ -68,7 +68,6 @@ nvim_lsp.vuels.setup{
|
|||||||
}
|
}
|
||||||
|
|
||||||
nvim_lsp.ltex.setup{
|
nvim_lsp.ltex.setup{
|
||||||
on_attach = on_attach,
|
|
||||||
cmd = { "ltex-ls" },
|
cmd = { "ltex-ls" },
|
||||||
settings = {
|
settings = {
|
||||||
ltex = {
|
ltex = {
|
||||||
|
@ -82,6 +82,7 @@ return packer.startup(function(use)
|
|||||||
use { 'hrsh7th/cmp-buffer', after = 'nvim-cmp' }
|
use { 'hrsh7th/cmp-buffer', after = 'nvim-cmp' }
|
||||||
use { 'hrsh7th/cmp-path', after = 'nvim-cmp' }
|
use { 'hrsh7th/cmp-path', after = 'nvim-cmp' }
|
||||||
use { 'hrsh7th/cmp-nvim-lsp', 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'}
|
-- use {'f3fora/cmp-spell', after = 'nvim-cmp'}
|
||||||
|
|
||||||
-- for formatters and linters
|
-- for formatters and linters
|
||||||
|
Loading…
Reference in New Issue
Block a user