diff options
author | Chris <[email protected]> | 2021-03-17 20:32:52 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-17 20:32:52 -0400 |
commit | 6ed2437edbbc49f03df1023f4dae723cc7ba77d3 (patch) | |
tree | d0b3cf04722baeb9ea042be98af38d9c56c1d292 /README.md | |
parent | 32669553598a8c8b36b2c1884744fee2363b4120 (diff) |
new language servers and smart document highlighting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -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 |