adds final screenshot
This commit is contained in:
parent
c55bab23da
commit
96a4458eef
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
|
@ -533,8 +533,14 @@ For bash you'll need the npm package installed.
|
||||||
If that's the case you just open up a script and you'll be prompted to install the server.
|
If that's the case you just open up a script and you'll be prompted to install the server.
|
||||||
Type `:LspInstallServer bash-language-server`, wait a bit and you're good to go!
|
Type `:LspInstallServer bash-language-server`, wait a bit and you're good to go!
|
||||||
|
|
||||||
|
## Wrapping up
|
||||||
|
|
||||||
|
That's it!
|
||||||
|
Your vim should now be fully charged to tackle any job you throw at it.
|
||||||
The full configuration file can be seen below and downloaded [here](./assets/vimrc_vundle_ide)
|
The full configuration file can be seen below and downloaded [here](./assets/vimrc_vundle_ide)
|
||||||
|
|
||||||
|
![full featured vim](./assets/vim_04.png)
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
" ----------------------------------------------------------------------------
|
" ----------------------------------------------------------------------------
|
||||||
" vundle essentials
|
" vundle essentials
|
||||||
|
|
Loading…
Reference in New Issue