32 Commits (6d0150ab0b14de106d4eb9c336b1fd419f296a2d)

Author SHA1 Message Date
Akianonymus c38c4ec0cf install.sh: Do shallow clone for packer.nvim 3 years ago
siduck76 0bbb88f6db typo 3 years ago
Akianonymus e71b9bbece install.sh: Refactor install script, Add new flags
Giving either --install or --update flag is neccessary for the script to proceed

    -i | --install       => Install the config.

    -u | --update        => Update the existing config without removing existing stuff.

    -b | --backup 'path' => Custom config backup path.

    -nb | --no-backup    => Don't take existing config backup. Use with caution.

Update formatting using following command
    shfmt -i 2 -sr -p -bn -ci -w install.sh
3 years ago
Akianonymus 27e3cf69bc install.sh: Fix all shellcheck warnings | Misc improvements
* modify sed command to work in both gnu sed and mac os sed

    https://stackoverflow.com/a/4247319

* use printf everywhere for more compatibility

* add some error checking
3 years ago
ashincoder 4631fbcf4c
removed -e flags in script
I removed -e flags of echoes as it not useful in the posix script
3 years ago
siduck76 4dde80f315
Update install.sh 3 years ago
Henri 087e4e8acc
Update install.sh
Gave up and decided to clone the config and reinstall over my previous install to add later. Made the following modifications:
1 - removed the extra echos (use echo -e "\n some line " in the future)
2 - packer doesn't install if there's a previously installed packer folder. So the bash script purges the previous packer folder and starts anew.


tested the config correctly
3 years ago
siduck76 5f676ffbdb
Update install.sh 3 years ago
ashincoder 3879718cea changed script to mv nvim to nvim.bak instead of deleting it 3 years ago
siduck76 b6acd21b0a install.sh : clean it (since LspInstall is used) 3 years ago
Henri Vandersleyen 81b72adbdf
added lua language WORKS FOR LINUX ONLY. 3 years ago
siduck76 d27da21cef add json lsp 3 years ago
siduck76 e2dbec7496 made bufferline tabs look better 3 years ago
marvelman3284 7cb7851868 Fix a smaller error that prevents the changing of shells 3 years ago
siduck76 5e8e124b4e install npm pkgs globally by local prefix 3 years ago
siduck76 c09c0ebc3a lspconfig : add bash lsp 3 years ago
mTvare aafea2b6f4
use gnu sed in mac 3 years ago
siduck76 ac6afa334b minor changes 3 years ago
siduck76 f5c59c574a replace pyls with pyright 3 years ago
siduck76 baa5cb87ea Merge branch 'main' of github.com:siduck76/neovim-dots 3 years ago
siduck76 3865b28f6d install.sh : prompt users for shell 3 years ago
marvelman3284 bc9649e653 Allow for users to choose which lsps to install 3 years ago
Alexander Serowy 3a917ee683 made mkdir more robust 3 years ago
Alexander Serowy 43b1289a82 fixed 3 years ago
Alexander Serowy 8996ff7f59 fixed paste bug 3 years ago
Alexander Serowy 138b0cbac3 added pip3 to validation 3 years ago
marvelman3284 9e0f8b87fa Add support for the python language server 3 years ago
siduck76 c70813d96a fix install script 3 years ago
siduck76 669ad346e9 minor changes 3 years ago
siduck76 0fb4ffdc93 install lsp servers globally 3 years ago
jack 3abb3ed97e fix(install): add css and html to default_lsp_langs 3 years ago
jack 959e7ab631 add install script 3 years ago