Code improvement and addition of extensions
- addded vim postinstall instruction - added vscodium extensions
This commit is contained in:
parent
a190830492
commit
ba8e4af5b5
1 changed files with 4 additions and 0 deletions
4
setup.sh
4
setup.sh
|
@ -670,6 +670,7 @@ setup_vim() {
|
|||
package_install vim-plug
|
||||
|
||||
install ./home/pomp/.vimrc ~
|
||||
POST_INSTALL+=("Install vim plugins with :PlugInstall command")
|
||||
}
|
||||
|
||||
setup_virtualbox() {
|
||||
|
@ -701,6 +702,7 @@ setup_vscodium() {
|
|||
aaron-bond.better-comments
|
||||
bierner.jsdoc-markdown-highlighting
|
||||
dbaeumer.vscode-eslint
|
||||
denoland.vscode-deno
|
||||
dsznajder.es7-react-js-snippets
|
||||
eamodio.gitlens
|
||||
earshinov.sort-lines-by-selection
|
||||
|
@ -709,6 +711,8 @@ setup_vscodium() {
|
|||
foxundermoon.shell-format
|
||||
geequlim.godot-tools
|
||||
golang.go
|
||||
jeff-tian.markdown-katex
|
||||
jock.svg
|
||||
matklad.rust-analyzer
|
||||
mhutchie.git-graph
|
||||
ms-python.python
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue