removed old stuff in readme
This commit is contained in:
@@ -6,15 +6,12 @@ My attempt to make my personal dotfiles (I'm doing this to learn more about Linu
|
|||||||
|
|
||||||
### Startup
|
### Startup
|
||||||
Before doing something, you should install vimplug following this [guide](https://github.com/junegunn/vim-plug).
|
Before doing something, you should install vimplug following this [guide](https://github.com/junegunn/vim-plug).
|
||||||
Then install jedi by typing:
|
|
||||||
```bash
|
|
||||||
pip install jedi-language-server
|
|
||||||
```
|
|
||||||
|
|
||||||
After cloned the repo, move the `init.vim` in the neovim config, start neovim and type: `:PlugInstall`. This should do all the stuff needed.
|
After cloned the repo, move the `init.vim` in the neovim config, start neovim and type: `:PlugInstall`. This should do all the stuff needed.
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
Install your preferred LSP (`coc-rust-analyzer`, `coc-python`, and so on...)
|
Install your preferred LSP (`coc-rust-analyzer`, `coc-python`, and so on...)
|
||||||
|
> Some of them are already installed...
|
||||||
|
|
||||||
## Keybindings
|
## Keybindings
|
||||||
- CTRL + ww -> change window's focus
|
- CTRL + ww -> change window's focus
|
||||||
|
|||||||
Reference in New Issue
Block a user