added more language support for emmet

This commit is contained in:
willsmanic 2023-01-09 11:24:30 +05:30 committed by GitHub
parent 1c8b6e3af2
commit ce7de9ad8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ vim.cmd [[colorscheme onedark]]
-- Enable Emmet only for html and css -- Enable Emmet only for html and css
vim.g.user_emmet_install_global = 0 vim.g.user_emmet_install_global = 0
vim.cmd('autocmd FileType html,css EmmetInstall') vim.cmd('autocmd FileType html,css,scss,sass,xml,jsx EmmetInstall')
-- Set completeopt to have a better completion experience -- Set completeopt to have a better completion experience
vim.o.completeopt = 'menuone,noselect' vim.o.completeopt = 'menuone,noselect'