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
|
package_install vim-plug
|
||||||
|
|
||||||
install ./home/pomp/.vimrc ~
|
install ./home/pomp/.vimrc ~
|
||||||
|
POST_INSTALL+=("Install vim plugins with :PlugInstall command")
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_virtualbox() {
|
setup_virtualbox() {
|
||||||
|
@ -701,6 +702,7 @@ setup_vscodium() {
|
||||||
aaron-bond.better-comments
|
aaron-bond.better-comments
|
||||||
bierner.jsdoc-markdown-highlighting
|
bierner.jsdoc-markdown-highlighting
|
||||||
dbaeumer.vscode-eslint
|
dbaeumer.vscode-eslint
|
||||||
|
denoland.vscode-deno
|
||||||
dsznajder.es7-react-js-snippets
|
dsznajder.es7-react-js-snippets
|
||||||
eamodio.gitlens
|
eamodio.gitlens
|
||||||
earshinov.sort-lines-by-selection
|
earshinov.sort-lines-by-selection
|
||||||
|
@ -709,6 +711,8 @@ setup_vscodium() {
|
||||||
foxundermoon.shell-format
|
foxundermoon.shell-format
|
||||||
geequlim.godot-tools
|
geequlim.godot-tools
|
||||||
golang.go
|
golang.go
|
||||||
|
jeff-tian.markdown-katex
|
||||||
|
jock.svg
|
||||||
matklad.rust-analyzer
|
matklad.rust-analyzer
|
||||||
mhutchie.git-graph
|
mhutchie.git-graph
|
||||||
ms-python.python
|
ms-python.python
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue