MyNeoVimConfig/README.md

31 lines
890 B
Markdown
Raw Normal View History

2023-07-06 07:17:32 +00:00
# My NeoVim Config
This is just a dump of my NVim config.
2023-07-06 07:41:47 +00:00
## Installing This Config
2023-07-06 07:17:32 +00:00
2023-07-06 07:24:52 +00:00
1. Clone the repo into `$HOME/.config/nvim`.
2023-07-06 07:51:48 +00:00
2. Invoke `git submodule update --init --recursive --depth=1` in
2023-07-06 07:24:52 +00:00
`$HOME/.config/nvim`.
2023-07-06 07:17:32 +00:00
2023-08-06 10:05:10 +00:00
## Updating This Config
1. `git pull` or `git fetch` and merge.
2. `git submodule update --init --recursive`
2023-09-06 05:00:57 +00:00
3. Open vim and invoke `:TSUpdate` to update tree-sitter.
2023-08-06 10:05:10 +00:00
2023-07-06 07:17:32 +00:00
## Enabling LSP
In NeoVim, invoke `:call loadlsp#loadlspall()`, then reload the current open
files with `:e` and LSP functionality will be enabled for the currently open
files.
2023-07-06 07:39:20 +00:00
`loadlsp#loadlspall()` is a custom function that can be found
[here](https://git.seodisparate.com/stephenseo/MyNeoVimConfig/src/branch/main/pack/packages/start/loadlsp/autoload/loadlsp.vim).
2023-07-06 07:50:04 +00:00
## Other Notes
If you want to improve/support/file-an-issue about this config, send it to:
stephen AT seodisparate DOT com