nvim/scripts
Just Midi ce9bd490ee Squash and merged lsp branch
Squashed commit of the following:

commit 6179a86a75
Author: Just Midi <storm89161@gmail.com>
Date:   Fri Aug 27 06:18:00 2021 +0000

    Removed && in zls install

    removed && in favor of scripts on separate lines

commit 4ca63a5884
Author: Just Midi <storm89161@gmail.com>
Date:   Thu Aug 26 07:15:27 2021 +0000

    True lazy loading, lsp installs, and nvim-compe

    Installation scripts for:
    + bashls
    + ccls
    + clangd
    + pylsp
    + pyright
    + sumneko
    + zls

    And adjusted a few keymaps

commit 052b4513c2
Author: Just Midi <storm89161@gmail.com>
Date:   Wed Aug 11 20:52:37 2021 +0000

    Base LSP

    + loads LSP server based on file type
    + imports native-lsp (our's) and lspconfig (foreign)
    + key mappings for lsp
2021-08-27 06:23:48 +00:00
..
install_bashls_server.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
install_ccls_server.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
install_clangd_server.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
install_pylsp_server.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
install_pyright_server.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
install_sumneko_lua.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
install_zls_server.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00
query_dependency.sh Squash and merged lsp branch 2021-08-27 06:23:48 +00:00