Commit Graph

14 Commits

Author SHA1 Message Date
Just Midi f81c4bde28 nvim-lsp-installer, nvim-cmp, and other plugins
Other plugins:
- gitsigns
- lightbulb
- indent-blankline
- treesitter
- light theme

Removed lsp install scripts b/c of nvim-lsp-installer
2022-01-15 20:27:27 +00:00
Just Midi f6d4e367d2 Added lsp stuff 2021-08-27 07:12:57 +00:00
Just Midi 49cbc9197d Merge branch 'master' of ssh.gitdab.com:justmidi/nvim 2021-08-27 06:24:32 +00:00
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
Just Midi 2f1202a669 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:21:53 +00:00
Just Midi 14b563ff20 Removed old plug-in configs 2021-08-12 02:54:25 +00:00
Just Midi 672ef634ee Tracking start up times 2021-08-11 21:19:02 +00:00
Just Midi 08daef5d71 Removed indev portion
lua/native-lsp/ does not exist
2021-08-11 19:23:45 +00:00
Just Midi c3f1b738b2 Shortened mapleader 2021-08-11 19:20:33 +00:00
Just Midi f77096be5e Optimized startup w/ async and global vars 2021-08-11 19:19:02 +00:00
Just Midi 5f8478fd6f + Package manager: paq-nvim
+ added `<leader>p` mapping for paq to:
    + install
    + update
    + clean

+ added plugins directory
    * but not `require`d by default

+ updated README w/ paq install info
2021-08-10 00:34:39 +00:00
Just Midi e5ffded0c8 Fixed spacing
For readability
2021-08-09 21:33:24 +00:00
Just Midi b791ba4d9f Fixed undo/redo
Missing `>`
2021-08-09 21:32:33 +00:00
Just Midi 4989797e91 My first lua config
Directories are self explanatory

+ ui/* for ui stuff
+ statusbar in ui
+ keymap/* for keymaps
+ general for very minimal, required stuff
2021-08-09 07:44:56 +00:00