From 6ed2437edbbc49f03df1023f4dae723cc7ba77d3 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 17 Mar 2021 20:32:52 -0400 Subject: new language servers and smart document highlighting --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index cb3741bb..e2df67dc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ If you are looking for my old configs checkout the two snapshot branches on this ## Install in one command -**WARNING** Still very experimental will not woek without some configuation +**WARNING** Still very experimental will not work without some configuation ```bash bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvcode/master/utils/installer/install-nv-code.sh) @@ -42,14 +42,22 @@ or if you are using this config alongside your own: $HOME/.config/nvim/lua/nv-vscode/init.vim ``` +## efm server is slow on close + +Install the latest with: + +``` +go get github.com/mattn/efm-langserver@HEAD +``` + ## TODO **HIGH PRIORITY** - formatting using efm server for python -- formatting using efm server for lua - formatting using efm server for prettier/eslint - learn what opt is - better install script +- learn nvim-dap in depth - snippet support **LOW PRIORITY** @@ -67,4 +75,3 @@ $HOME/.config/nvim/lua/nv-vscode/init.vim - get logo - configure neogit - toggle virtual text diagnostics -- learn nvim-dap in depth -- cgit v1.2.3