diff --git a/README.md b/README.md index 10bc1ea..406536b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/init.lua b/init.lua index ecef244..9a522c9 100644 --- a/init.lua +++ b/init.lua @@ -179,6 +179,9 @@ local config = { -- }, -- }, -- }, + clangd = { + capabilities = { offsetEncoding = "utf-8" }, + } }, },