Commit graph

299 commits

Author SHA1 Message Date
Matt Leong
0d3e6a0ad2 feat(config): add config example for utils 2021-11-10 14:19:03 -08:00
Matt Leong
9ced86d6bc feat(readme): update readme with null-ls 2021-11-09 19:11:41 -08:00
Matt Leong
3aab287794 feat(lsp): trade efm and eslint for null-ls 2021-11-09 18:53:52 -08:00
Matt Leong
c11986eaa5 fix(core): fix nvim version error not showing 2021-11-09 12:13:00 -08:00
Matt Leong
ef19b15e4f feat(snippets): add friendly snippets 2021-11-08 11:09:44 -08:00
Matt Leong
abed04444e feat(utils): clean up 2021-11-07 23:39:41 -08:00
Matt Leong
e552342902 feat(utils): update command enhancements 2021-11-07 23:05:24 -08:00
Matt Leong
7fb184fb1f fix: move commands file 2021-11-07 22:28:35 -08:00
Matthew Leong
254276a96b
feat(readme): update statusline screens 2021-11-07 19:15:37 -08:00
Matt Leong
85fea07d98 feat(ui): cleaner msg 2021-11-07 19:07:30 -08:00
Matt Leong
9353418791 feat(utils): better update function 2021-11-07 19:04:18 -08:00
Matt Leong
8ec2a7193a feat(readme): add new wiki link for commands 2021-11-07 16:50:20 -08:00
Matt Leong
adb8887327 feat(readme): update with new commands 2021-11-07 16:36:57 -08:00
Matt Leong
6c50df36e9 feat(core): Add CosmicUpdate, CosmicReload, CosmicReloadConfig commands 2021-11-07 16:29:01 -08:00
Matt Leong
0e578c1d03 feat(plugins): small clean up 2021-11-07 12:59:26 -08:00
Matt Leong
fab75c9f32 feat(statusline): little clean up 2021-11-07 12:20:31 -08:00
Matt Leong
f66766a2f4 fix(statusline): better statusline bg 2021-11-07 12:14:41 -08:00
Matt Leong
ecf36ee938 feat(statusline): show active lsp clients 2021-11-07 11:52:32 -08:00
Matt Leong
734d1d2ef0 feat(readme): update config links 2021-11-07 08:31:17 -08:00
Matt Leong
02cc3131fe feat(config): add readme and clean up dir 2021-11-07 07:50:18 -08:00
Matt Leong
56e1a36ac7 feat(plugins): clean up 2021-11-07 07:14:27 -08:00
Matt Leong
872ed8ecaf fix(plugins); fix missing lspkind error 2021-11-07 06:49:12 -08:00
Matt Leong
5e77075f44 feat(plugins): decouple statusline disable from theme 2021-11-06 22:31:11 -07:00
Matt Leong
4f3323d906 feat(readme): add dashboard 2021-11-06 22:27:22 -07:00
Matthew Leong
09bd4d89b0 feat(readme): better discord shield 2021-11-06 22:25:56 -07:00
Matt Leong
7cff9dcd98 refactor(config): rename example configs 2021-11-06 22:16:16 -07:00
Matt Leong
16cfc46795 feat(plugins): even more perf yo 2021-11-05 21:51:07 -07:00
Matt Leong
0270f32e03 feat: perf improvments 🚀 2021-11-05 21:14:05 -07:00
Matt Leong
6e21b1de74 feat(plugins): clean up 2021-11-05 20:34:01 -07:00
Matthew Leong
ee77ff2606
feat(readme): moar screenshots link 2021-11-05 18:22:11 -07:00
Matthew Leong
38726979ad
feat(readme): Update screenshots 2021-11-05 18:11:32 -07:00
Matt Leong
800110124d feat(config): clean up readme 2021-11-05 17:29:32 -07:00
Matt Leong
a96c4cc23d refactor(lsp): move lua defaults to provider 2021-11-05 17:22:47 -07:00
Matt Leong
16884c1c09 refactor(config): move defaults to appropriate places 2021-11-05 16:59:34 -07:00
Matt Leong
c44df0d6c4 fix: grep string on dashboard 2021-11-05 16:16:19 -07:00
Matt Leong
d4b0ff49be feat(dashboard): add repo as footer 2021-11-05 16:11:42 -07:00
Matt Leong
1b7df448f5 fix(dashboard): fix icons 2021-11-05 15:26:10 -07:00
Matt Leong
a195ca4b97 feat(plugins): Added Dashboard! :D 2021-11-05 10:35:25 -07:00
Matt Leong
a795f0914f feat(core): add check for nvim 0.6 2021-11-05 08:52:38 -07:00
Matt Leong
7b75433505 feat(mapping): <leader>f{x} for basic nav mappings, <leader>s was...not great 2021-11-03 20:16:35 -07:00
Matt Leong
4ea5b44cb9 fix(plugins): treesitter not being installed when opening empty buffer on initial installation 2021-11-03 11:59:42 -07:00
Matt Leong
ee11dde8bd fix: disable cmp cmdline 2021-11-03 11:32:51 -07:00
Matt Leong
362a77e60d feat: update cmp mappings, fix: auto session save issues when notification is present 2021-11-03 10:57:08 -07:00
Matt Leong
a50452bf4f fix(plugins): fix dependancy order 2021-11-03 10:47:58 -07:00
Matt Leong
4e46b1611b fix(config): lsp config settings don't break if options arent set 2021-11-02 08:20:58 -07:00
Matthew Leong
b63e630c10
feat(readme): slightly better screenshots 2021-11-01 21:43:57 -07:00
Matt Leong
07a01302f2 fix(plugins): packer background is correct color
* feat(plugins): more perf stuff <3
2021-11-01 21:33:00 -07:00
Matt Leong
c95290c609 feat(plugins): lazy load autocomplete 2021-11-01 21:32:27 -07:00
Matt Leong
449a50db9a feat(lsp): add lua defaults to config
* feat(mappings): better defaults
2021-11-01 21:32:27 -07:00
Matt Leong
0816c008c3 refactor(mappings): update mappings to follow better semantics 2021-11-01 21:32:27 -07:00