Skip to content

Commit

Permalink
Changed some lines in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cjoke committed Feb 20, 2024
1 parent e27faf4 commit 6449912
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a fork from cpow/neovim-for-newbs, I did breake out and started to
do my own research/voyage pretty early. I thought that would be a nice start.
Where the man also had some good youtube videos about his config aswell.
Where cpow also had a nice youtube tutorial about his config aswell.

I forked this because of the other neovim distros where too complicated
for me to both understand and exstend.
Expand All @@ -19,12 +19,12 @@ To use all of the configuration in my repo, there are some packages you will
need to install from your package manager and pip.

Some of the plugin authors claim that you will need the latest from neovim
I use latest stable.
I use latest stable as for now 0.9.5.
```
git
lazygit
python3-pynvim (if you dont use virtual environment)
copilot subscription (optional)
```
I also use pyenv for handling my virtual environments - optional

Expand All @@ -51,10 +51,10 @@ mainly linters, languageservers and formatters for the lsp configuration.
Ive installed CopilotChat.nvim from a fork of the original plugin by gptlang
to update changes you need to :UpdateRemotePlugins. The python packages is in
~/.config/nvim/rplugin/python3 directory.

you should set IS_DEV to false unless you fork the plugin and make changes.

## Howto use this configuration
Remove or make a backup of.
Remove or make a backup.

```
# remove
Expand Down Expand Up @@ -83,7 +83,7 @@ repeat the first step and just start neovim.
I have made a virtual environment where I run pynvim which is required for
some plugins in neovim. you can make your own environment or just install
it through your packagemanager. e.g debian/ubuntu `sudo apt install python3-pynvim`
you should also change the setting in options.lua.
you should also change the setting in options.lua to point to your own environment you make.

`vim.g.python3_host_prog = "$HOME/.pyenv/versions/nvim/bin/python"`

Expand Down

0 comments on commit 6449912

Please sign in to comment.