Fix offset encoding for clangs, update README for vimtex

This commit is contained in:
Jiří Štefka 2022-10-03 12:27:14 +02:00
parent feb3b5afa3
commit 0a966d2db2
2 changed files with 4 additions and 0 deletions

@ -47,6 +47,7 @@ nvim +PackerSync
- [vimtex](https://github.com/lervag/vimtex)
- A plugin for, you guessed it, LaTex
- I have not yet learned LaTex, so I haven't tried this plugin out.
- This plugin needs you to have LaTeX installed on your system. To see more go to the [vimtex repository](https://github.com/lervag/vimtex)
Hopefully I'll learn it and try out this plugin soon
- [markdown-preview.nvim](htps://github.com/iamcco/markdown-preview.nvim)
- Plugin for live markdown preview in a web browser

@ -179,6 +179,9 @@ local config = {
-- },
-- },
-- },
clangd = {
capabilities = { offsetEncoding = "utf-8" },
}
},
},