summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.md47
-rw-r--r--themes/airline.vim2
3 files changed, 42 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index 97681c74..5f32e1ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,4 +8,5 @@ vimspector-config/*
paths.vim
session
wiki/
+pack/
diff --git a/README.md b/README.md
index 8661db38..ff63a9c1 100644
--- a/README.md
+++ b/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
diff --git a/themes/airline.vim b/themes/airline.vim
index 02a9d685..127a58ee 100644
--- a/themes/airline.vim
+++ b/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