Update lsp settings for Go and fix ls_emmet config

This commit is contained in:
2021-12-24 23:32:10 +03:00
parent c4d33aa8c2
commit f88fc8f1b3
2 changed files with 61 additions and 14 deletions

View File

@@ -107,7 +107,8 @@ autocmd FileType go set noexpandtab
vim.g.mapleader = " "
vim.cmd([[autocmd BufWritePre * Neoformat]])
vim.cmd(
[[autocmd BufWritePre *.js,*.jsx,*.ts,*.tsx,*.html,*.css,*.scss,*.json,*.lua silent Neoformat]])
require("lsp")