a new fresh vimscript config
This commit is contained in:
17
README.md
17
README.md
@@ -1,8 +1,21 @@
|
||||
# dotfiles
|
||||
|
||||
My attempt to make my personal dotfiles (I'm doing this to learn more about Linux and the Vim's world!)
|
||||
|
||||
## My setup
|
||||
- Neovim
|
||||
|
||||
Install your preferred LSP (`coc-rust-analyzer`, `coc-pyright`, and so on...)
|
||||
### Startup
|
||||
First of all 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.
|
||||
|
||||
### Other
|
||||
Install your preferred LSP (`coc-rust-analyzer`, `coc-python`, and so on...)
|
||||
|
||||
## Keybindings
|
||||
- CTRL + ww -> change window's focus
|
||||
- CTRL + y -> accept autocomplete suggestion
|
||||
- m (with nerdtree focused) -> opens the nerdtree's menu
|
||||
|
||||
Reference in New Issue
Block a user