From 222425157e07d011951dc12c348a9a183d193fec Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 19 Mar 2021 03:17:05 -0400 Subject: remove install script for now --- README.md | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a95dd652..e1482abb 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,6 @@ If you are looking for my old configs checkout the two snapshot branches on this repo, there is one for CoC and one for Native LSP -## Install in one command - -**WARNING** Still very experimental will not work without some configuation - -You will need to run `nv` then `:PackerInstall` ignore the errors that are presented - -```bash -bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvcode/master/utils/installer/install-nv-code.sh) -``` - -After running you will have access to the `nv` command, this WILL NOT overwite your nvim config. So you can have both installed at the same time - ## Get the latest version of Neovim ```bash @@ -42,12 +30,6 @@ Point your `init.lua` path to: $HOME/.config/nvim/lua/nv-vscode/init.lua ``` -or if you are using this config alongside your own: - -```vim -$HOME/.config/nvim/lua/nv-vscode/init.lua -``` - ## efm server is slow on close Install the latest with: @@ -99,14 +81,14 @@ git config --global github.user **HIGH PRIORITY** - list all binaries needed for functionality - learn what opt is -- better install script, support both nvim and nvcode paths - learn nvim-dap in depth - snippet support - for vsnip :h vim-vsnip, also figure out what integr does - -**LOW PRIORITY** - add utf8 line col and spaces (maybe blame) - potentially switch to dashboard + +**LOW PRIORITY** +- better install script, support both nvim and nvcode paths - make java code actions prettier - figure out how to customize java formatting - setup junit tests for java -- cgit v1.2.3