LunarVim.LunarVim/README.md

109 lines
2 KiB
Markdown
Raw Normal View History

2021-03-14 21:51:54 -04:00
# NVCode
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
2021-03-14 22:25:28 -04:00
## Get the latest version of Neovim
```bash
cd ~
sudo rm -r neovim
git clone https://github.com/neovim/neovim
cd neovim
sudo make CMAKE_BUILD_TYPE=Release install
cd ~
sudo rm -r neovim
```
2021-03-15 12:58:57 -04:00
## VSCode support
2021-03-18 23:47:03 -04:00
After installing the [Neovim extension](https://github.com/asvetliakov/vscode-neovim) in VSCode
I recommend using this alongside the VSCode which-key extension
Along with some of my config files you can find in utils/vscode_config
2021-03-15 12:58:57 -04:00
Point the nvim path to your `nvim` binary
2021-03-18 23:47:03 -04:00
Point your `init.lua` path to:
2021-03-15 12:58:57 -04:00
```vim
2021-03-18 23:47:03 -04:00
$HOME/.config/nvim/lua/nv-vscode/init.lua
2021-03-15 12:58:57 -04:00
```
## efm server is slow on close
Install the latest with:
2021-03-19 16:06:12 -04:00
```bash
go get github.com/mattn/efm-langserver@HEAD
```
2021-03-18 23:47:03 -04:00
## Useful Programs
2021-03-19 16:06:12 -04:00
```bash
2021-03-18 23:47:03 -04:00
ranger
ueberzug
fd
ripgrep
jq
fzf
lazygit
lazydocker
ncdu
```
**Python**
2021-03-19 16:06:12 -04:00
```bash
2021-03-18 23:47:03 -04:00
pyright
flake8
yapf
```
**Lua**
2021-03-19 16:06:12 -04:00
```bash
2021-03-18 23:47:03 -04:00
ninja
lua-format
sumneko-lua
```
## Vim Gists
To use vim-gists you will need to configure the following:
2021-03-19 16:06:12 -04:00
```bash
2021-03-18 23:47:03 -04:00
git config --global github.user <username>
```
2021-03-19 22:35:58 -04:00
## Snippets
If you are looking for snippets checkout this github topic: [Snippet Topic](https://github.com/topics/vscode-snippets)
2021-03-14 21:51:54 -04:00
## TODO
2021-03-15 11:54:53 -04:00
**HIGH PRIORITY**
2021-03-18 15:00:14 -04:00
- list all binaries needed for functionality
2021-03-17 03:23:23 -04:00
- learn what opt is
- learn nvim-dap in depth
2021-03-18 23:47:03 -04:00
- add utf8 line col and spaces (maybe blame)
2021-03-18 15:00:14 -04:00
- potentially switch to dashboard
2021-03-19 16:06:12 -04:00
- update Vista symbols
2021-03-19 22:35:58 -04:00
- vim ult test
2021-03-19 03:17:05 -04:00
**LOW PRIORITY**
- better install script, support both nvim and nvcode paths
2021-03-15 23:21:59 -04:00
- make java code actions prettier
2021-03-18 00:30:14 -04:00
- figure out how to customize java formatting
2021-03-15 23:21:59 -04:00
- setup junit tests for java
2021-03-15 22:28:45 -04:00
- neovim lightbulb config
2021-03-15 13:03:12 -04:00
- better autoimport
2021-03-18 00:30:14 -04:00
- keep and eye on indent guides plugin for thin lines
2021-03-15 03:48:39 -04:00
- look into autoinstall lsp
2021-03-19 16:06:12 -04:00
- json config file (luajson)
2021-03-15 10:41:54 -04:00
- get logo
2021-03-19 22:35:58 -04:00
- configure nvim-peekup
2021-03-15 10:55:21 -04:00
- configure neogit
2021-03-16 22:06:38 -04:00
- toggle virtual text diagnostics
2021-03-18 00:30:14 -04:00
- move language servers not installed with npm to neovim local share location