Sfoglia il codice sorgente

name change to NVCode

Chris 4 anni fa
parent
commit
d7d88e0992
3 ha cambiato i file con 42 aggiunte e 8 eliminazioni
  1. 1 0
      .gitignore
  2. 40 7
      README.md
  3. 1 1
      themes/airline.vim

+ 1 - 0
.gitignore

@@ -8,4 +8,5 @@ vimspector-config/*
 paths.vim
 session
 wiki/
+pack/
 

+ 40 - 7
README.md

@@ -1,6 +1,6 @@
-# Nvim Mach 2
+# NVCode
 
-![Nvim Mach 2 pic](./utils/images/nvim.png)
+![NVCode pic](./utils/images/nvim.png)
 
 ## Install in one command
 
@@ -14,7 +14,7 @@ bash <(curl -s https://raw.githubusercontent.com/ChristianChiarulli/nvim/master/
 
 ## Install Neovim
 
-- On Mac
+- Mac
 
   ```
   brew install neovim
@@ -62,15 +62,15 @@ export PATH=$HOME/.local/bin:$PATH
 
 ## Install clipboard support
 
-- On mac pbcopy should be builtin
+- On Mac pbcopy should be builtin
 
-- On Ubuntu
+- Ubuntu
 
   ```
   sudo apt install xsel
   ```
 
-- On Arch Linux
+- Arch
 
   ```
   sudo pacman -S xsel
@@ -132,12 +132,14 @@ Example:
 
 ## TabNine
 
-To use tabnine enter the following in a buffer:
+To use TabNine enter the following in a buffer:
 
 ```
 TabNine::config
 ```
 
+**NOTE** This extension can take up a ton of memory
+
 ## Vim Gists
 
 To use **vim-gists** you will need to configure the following:
@@ -146,9 +148,40 @@ To use **vim-gists** you will need to configure the following:
 git config --global github.user <username>
 ```
 
+## VSCodium & Neo Vim Extension
+
+[VSCodium](https://github.com/VSCodium/vscodium) contains build files to generate free release binaries of Microsoft's VS Code.
+
+You can install it on multiple platforms:
+
+- Mac
+
+  ```
+  brew cask install vscodium
+  ```
+
+- Arch
+
+  ```
+  yay -s vscodium-bin
+  ```
+
+- Snap
+
+  ```
+  snap install codium
+  ```
+
+[The Neo Vim Extension](https://github.com/asvetliakov/vscode-neovim) is available in the VSCode marketplace
+
+I recommend using this alongside the VSCode `which-key` extension
+
+Along with some of my config files you can find in `utils/vscode_config`
+
 ## TODO
 
 - Better Documentation
+- Improve VSCode which-key config
 
 ## CoC extensions to check out
 

+ 1 - 1
themes/airline.vim

@@ -47,7 +47,7 @@ set noshowmode
 
 " Sections
 " let g:airline_section_c = ''
-let g:airline_section_a = "Mach 2"
+let g:airline_section_a = " NVCode"
 " let g:airline_section_a = ""
 let g:airline_section_y = ''
 let g:webdevicons_enable_airline_tabline = 1