remove autotag plugin and install html lsp

This commit is contained in:
schistos 2024-07-09 13:52:30 +03:00
parent 064e55fe56
commit 3fe4b8521d
2 changed files with 5 additions and 3 deletions

View file

@ -6,5 +6,6 @@ vim.opt.relativenumber = true
vim.g.have_nerd_font = true
require 'custom.mappings'
require 'custom.tabulation'
return {}