From 0a966d2db2f7da725cc64e75ed52fd2c849601e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Mon, 3 Oct 2022 12:27:14 +0200 Subject: [PATCH] Fix offset encoding for clangs, update README for vimtex --- README.md | 1 + init.lua | 3 +++ 2 files changed, 4 insertions(+) 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" }, + } }, },