Commit graph

  • f66766a2f4 fix(statusline): better statusline bg Matt Leong 2021-11-07 12:14:41 -08:00
  • ecf36ee938 feat(statusline): show active lsp clients Matt Leong 2021-11-07 11:52:32 -08:00
  • 734d1d2ef0 feat(readme): update config links Matt Leong 2021-11-07 08:31:17 -08:00
  • 02cc3131fe feat(config): add readme and clean up dir Matt Leong 2021-11-07 07:50:18 -08:00
  • 56e1a36ac7 feat(plugins): clean up Matt Leong 2021-11-07 07:14:27 -08:00
  • 872ed8ecaf fix(plugins); fix missing lspkind error Matt Leong 2021-11-07 06:49:12 -08:00
  • 5e77075f44 feat(plugins): decouple statusline disable from theme Matt Leong 2021-11-06 22:31:11 -07:00
  • 4f3323d906 feat(readme): add dashboard Matt Leong 2021-11-06 22:27:22 -07:00
  • 09bd4d89b0 feat(readme): better discord shield Matthew Leong 2021-11-06 22:19:53 -07:00
  • 7cff9dcd98 refactor(config): rename example configs Matt Leong 2021-11-06 22:10:57 -07:00
  • 16cfc46795 feat(plugins): even more perf yo Matt Leong 2021-11-05 21:51:07 -07:00
  • 0270f32e03 feat: perf improvments 🚀 Matt Leong 2021-11-05 20:32:42 -07:00
  • 6e21b1de74 feat(plugins): clean up Matt Leong 2021-11-05 19:48:43 -07:00
  • ee77ff2606
    feat(readme): moar screenshots link Matthew Leong 2021-11-05 18:22:11 -07:00
  • 38726979ad
    feat(readme): Update screenshots Matthew Leong 2021-11-05 18:11:32 -07:00
  • 800110124d feat(config): clean up readme Matt Leong 2021-11-05 17:28:30 -07:00
  • a96c4cc23d refactor(lsp): move lua defaults to provider Matt Leong 2021-11-05 17:22:47 -07:00
  • 16884c1c09 refactor(config): move defaults to appropriate places Matt Leong 2021-11-05 16:59:34 -07:00
  • c44df0d6c4 fix: grep string on dashboard Matt Leong 2021-11-05 16:16:19 -07:00
  • d4b0ff49be feat(dashboard): add repo as footer Matt Leong 2021-11-05 16:02:37 -07:00
  • 1b7df448f5 fix(dashboard): fix icons Matt Leong 2021-11-05 15:26:10 -07:00
  • a195ca4b97 feat(plugins): Added Dashboard! :D Matt Leong 2021-11-05 10:35:25 -07:00
  • a795f0914f feat(core): add check for nvim 0.6 Matt Leong 2021-11-05 08:52:38 -07:00
  • 7b75433505 feat(mapping): <leader>f{x} for basic nav mappings, <leader>s was...not great Matt Leong 2021-11-03 20:16:32 -07:00
  • 4ea5b44cb9 fix(plugins): treesitter not being installed when opening empty buffer on initial installation Matt Leong 2021-11-03 11:59:42 -07:00
  • ee11dde8bd fix: disable cmp cmdline Matt Leong 2021-11-03 11:32:51 -07:00
  • 362a77e60d feat: update cmp mappings, fix: auto session save issues when notification is present Matt Leong 2021-11-03 10:57:08 -07:00
  • a50452bf4f fix(plugins): fix dependancy order Matt Leong 2021-11-03 10:47:58 -07:00
  • 4e46b1611b fix(config): lsp config settings don't break if options arent set Matt Leong 2021-11-02 08:20:47 -07:00
  • b63e630c10
    feat(readme): slightly better screenshots Matthew Leong 2021-11-01 21:43:57 -07:00
  • 07a01302f2 fix(plugins): packer background is correct color Matt Leong 2021-11-01 21:30:23 -07:00
  • c95290c609 feat(plugins): lazy load autocomplete Matt Leong 2021-11-01 21:22:16 -07:00
  • 449a50db9a feat(lsp): add lua defaults to config Matt Leong 2021-11-01 19:58:50 -07:00
  • 0816c008c3 refactor(mappings): update mappings to follow better semantics Matt Leong 2021-11-01 14:33:53 -07:00
  • 065ebfa890 feat(plugins): cleaner todo highlights Matt Leong 2021-11-01 14:19:44 -07:00
  • 54bcdf47fb feat(plugins): add filetype.nvim for perf Matt Leong 2021-10-30 18:59:43 -07:00
  • a00aaa6361 feat(plugins): add todo highlight Matt Leong 2021-10-30 18:54:10 -07:00
  • 88de0e2dbd fix(nav): fix mappings Matt Leong 2021-10-29 19:50:51 -07:00
  • e6ee76c3a2 feat(core): some clean up Matt Leong 2021-10-29 17:54:38 -07:00
  • 25060f1713 feat(file-explorer): remove broken icon on nvim tree statusline Matt Leong 2021-10-29 16:44:02 -07:00
  • 7e3ce5094b feat(utils): learning some plenary Matt Leong 2021-10-29 15:57:31 -07:00
  • f1230ee2c7 fix(plugins): fix occasional notify error if it loads before theme Matt Leong 2021-10-29 14:44:56 -07:00
  • 8064cf355a feat(config): full vim.diagnostic config settings Matt Leong 2021-10-29 14:18:05 -07:00
  • 9ed1d49ae5 feat(config): add ability to add ensured_installed for treesitter Matt Leong 2021-10-29 13:11:23 -07:00
  • 8dde6a3f09 feat(config): add ability to add custom lsp server options Matt Leong 2021-10-29 13:02:18 -07:00
  • f4e75710ea feat(config): allow default theme to be disabled, (you will need to implement your own statusline if you do this) Matt Leong 2021-10-28 20:42:10 -07:00
  • d9c294e814 refactor(utils): clean out inappropriate methods Matt Leong 2021-10-28 17:44:00 -07:00
  • a6b5dd1584 fix(mappings): fix workspace mappings Matt Leong 2021-10-28 10:07:59 -07:00
  • 9b64d35ad3 fix(autocomplete): update autopairs setting Matt Leong 2021-10-28 08:41:17 -07:00
  • 303d01b3e8 feat(lsp): move rename change to title Matt Leong 2021-10-28 06:48:24 -07:00
  • 8433f2a609 feat(readme): document plugin usage better Matt Leong 2021-10-28 06:44:44 -07:00
  • 2a75928aa9
    feat(readme): update rename notification screenshot Matthew Leong 2021-10-27 21:42:24 -07:00
  • 2756730e75 feat(lsp): show name change in notification Matt Leong 2021-10-27 21:39:25 -07:00
  • f7d9085a5f feat(config): toggle rename notification Matt Leong 2021-10-27 21:14:30 -07:00
  • 6aa3e10931
    feat(readme): better rename screenshot Matthew Leong 2021-10-27 17:43:38 -07:00
  • 730e7e32c1 feat(lsp): tweak formatting sync timeout Matt Leong 2021-10-27 17:41:02 -07:00
  • 4de18981ce feat(core): Rename notifications are cleaner Matt Leong 2021-10-27 17:37:30 -07:00
  • 22a3399214
    feat(readme): add rename notification screenshot Matthew Leong 2021-10-27 17:25:28 -07:00
  • cfc22daed3 feat(core): Check out renaming now :) Matt Leong 2021-10-27 17:19:27 -07:00
  • 3b6e4213b9 feat: cleaner string formats Matt Leong 2021-10-27 14:32:02 -07:00
  • 42ceab06c0 feat(config): add better mapping documentation Matt Leong 2021-10-27 08:51:35 -07:00
  • d26cefb296 feat(core): cleaner requires for core Matt Leong 2021-10-26 19:38:11 -07:00
  • 0deb566ee4 feat(config): add ability to replace statusline Matt Leong 2021-10-26 16:59:38 -07:00
  • 4709170c38 feat(theme): add legacy sign highlights Matt Leong 2021-10-26 16:55:10 -07:00
  • d746f70865 fix(config): allow highlights to be overridable Matt Leong 2021-10-26 11:44:29 -07:00
  • 95161afa2a fix(lsp): fix code actions not working due to bad maps Matt Leong 2021-10-26 11:23:36 -07:00
  • 40b3d1e7af feat(nav): wider reference windows Matt Leong 2021-10-26 07:19:07 -07:00
  • 333d02c113
    fix(config): fix missing comma (#11) Rafael Derolez 2021-10-26 16:01:59 +02:00
  • bae37abd75
    fix(config): fix missing commas (#12) Rafael Derolez 2021-10-26 16:01:46 +02:00
  • 75a806996d fix(config): fix mapping overriders Matt Leong 2021-10-25 21:22:03 -07:00
  • f7ca86256a fix(plugins): ensure defaults for add Matt Leong 2021-10-25 20:15:00 -07:00
  • b377cf8c09 fix(mappings): fix leader key for realz Matt Leong 2021-10-25 19:41:18 -07:00
  • 55eaa0feed fix(mappings): fix leader key Matt Leong 2021-10-25 19:34:57 -07:00
  • 99e6d85731 fix(mappings): consolidate leader key usage Matt Leong 2021-10-25 19:24:43 -07:00
  • 75525ad706 fix(mapping): fix ts utils mappings Matt Leong 2021-10-25 19:21:27 -07:00
  • 4acead695c feat(config): add configurable diagnostic settings Matt Leong 2021-10-25 19:13:24 -07:00
  • 3233a424e9 refactor(plugins): shorter plugin names Matt Leong 2021-10-25 18:03:54 -07:00
  • 1c3138b11d fix(plugins): packer sync on first install Matt Leong 2021-10-25 16:47:09 -07:00
  • d4f1e232c4 feat(lsp): use autogroup for autocmd Matt Leong 2021-10-25 16:44:53 -07:00
  • ae6363c0d6 fix(plugins): fix packer reinstallation issues Matt Leong 2021-10-25 16:29:59 -07:00
  • 15986b44ef feat(config): add ability to disable some core plugins + ability to add plugins Matt Leong 2021-10-25 15:56:42 -07:00
  • 243cc191dc refactor(config): set better defaults Matt Leong 2021-10-25 13:59:47 -07:00
  • d5006d96d0 chore(readme): add treesitter help Matt Leong 2021-10-25 13:43:09 -07:00
  • 1e6b58c888 fix(readme): typos Matt Leong 2021-10-25 13:35:56 -07:00
  • ae48287cf7 fix(lsp): auto format, sane default for timeout Matt Leong 2021-10-25 12:01:31 -07:00
  • 9366f6072c fix(lsp): auto format use sync Matt Leong 2021-10-25 11:42:03 -07:00
  • b7c05ecab7 fix(config): do not format by default Matt Leong 2021-10-25 11:26:32 -07:00
  • 950479de5c refactor(lsp): remove lua provider file and rely on lsp-installers settings Matt Leong 2021-10-25 11:11:58 -07:00
  • e3c96ce353 fix(config): actually format on save Matt Leong 2021-10-25 10:50:07 -07:00
  • be8518df04 Merge pull request #10 from mattleong/feat/config Matthew Leong 2021-10-25 08:56:20 -07:00
  • 4444126a83 feat(config): settable main icon Matt Leong 2021-10-25 08:52:54 -07:00
  • 7566c55527 feat(readme): update w/config Matt Leong 2021-10-25 08:45:18 -07:00
  • 9e72bafe0f chore(configs): clean up Matt Leong 2021-10-25 08:41:36 -07:00
  • fb512d0036 fix(plugins): sync and install on first run Matt Leong 2021-10-25 08:13:34 -07:00
  • 6306ed7293 feat(config): additional mappings config Matt Leong 2021-10-25 08:02:19 -07:00
  • 01af4f41ce feat(config): add editor config Matt Leong 2021-10-25 07:33:41 -07:00
  • ea2b4f0ca1 feat(config): add helper function for formatters Matt Leong 2021-10-25 07:13:42 -07:00
  • 10b52b8835 fix(lsp): run autoformat command just once Matt Leong 2021-10-25 06:34:53 -07:00
  • 554593e526 feat(config): default config Matt Leong 2021-10-24 22:15:29 -07:00
  • cd5cee0342 feat(config): move format to better place Matt Leong 2021-10-24 22:02:14 -07:00