name change to NVCode

This commit is contained in:
Chris 2020-08-29 12:31:23 -04:00
parent d0d2889df6
commit d7d88e0992
3 changed files with 42 additions and 8 deletions

1
.gitignore vendored
View file

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

View file

@ -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

View file

@ -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