1
0
Fork 0

nvim: cosmetic

This commit is contained in:
tastytea 2022-08-12 20:06:50 +02:00
parent 47e3ac8493
commit 4c2416563c
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ packer.use {
})
})
-- -- Set configuration for specific filetype.
-- Set configuration for specific filetype.
cmp.setup.filetype('lua', {
sources = cmp.config.sources({
{ name = 'nvim_lsp' },