Fix offset encoding for clangs, update README for vimtex
This commit is contained in:
parent
feb3b5afa3
commit
0a966d2db2
@ -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
|
||||
|
3
init.lua
3
init.lua
@ -179,6 +179,9 @@ local config = {
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
clangd = {
|
||||
capabilities = { offsetEncoding = "utf-8" },
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user