Commit graph

52 commits

Author SHA1 Message Date
Matt Leong
243cc191dc refactor(config): set better defaults 2021-10-25 15:25:32 -07:00
Matt Leong
d5006d96d0 chore(readme): add treesitter help 2021-10-25 13:54:33 -07:00
Matt Leong
1e6b58c888 fix(readme): typos 2021-10-25 13:35:56 -07:00
Matt Leong
ae48287cf7 fix(lsp): auto format, sane default for timeout 2021-10-25 12:01:44 -07:00
Matt Leong
9366f6072c fix(lsp): auto format use sync 2021-10-25 11:42:03 -07:00
Matt Leong
b7c05ecab7 fix(config): do not format by default 2021-10-25 11:28:31 -07:00
Matt Leong
950479de5c refactor(lsp): remove lua provider file and rely on lsp-installers settings 2021-10-25 11:11:58 -07:00
Matt Leong
e3c96ce353 fix(config): actually format on save 2021-10-25 10:50:07 -07:00
Matthew Leong
be8518df04 Merge pull request #10 from mattleong/feat/config
New Configuration File
2021-10-25 08:57:53 -07:00
Matt Leong
4444126a83 feat(config): settable main icon 2021-10-25 08:55:52 -07:00
Matt Leong
7566c55527 feat(readme): update w/config 2021-10-25 08:45:18 -07:00
Matt Leong
9e72bafe0f chore(configs): clean up 2021-10-25 08:41:36 -07:00
Matt Leong
fb512d0036 fix(plugins): sync and install on first run 2021-10-25 08:19:10 -07:00
Matt Leong
6306ed7293 feat(config): additional mappings config 2021-10-25 08:02:19 -07:00
Matt Leong
01af4f41ce feat(config): add editor config 2021-10-25 07:55:42 -07:00
Matt Leong
ea2b4f0ca1 feat(config): add helper function for formatters 2021-10-25 07:13:42 -07:00
Matt Leong
10b52b8835 fix(lsp): run autoformat command just once 2021-10-25 06:35:18 -07:00
Matt Leong
554593e526 feat(config): default config 2021-10-24 22:15:29 -07:00
Matt Leong
cd5cee0342 feat(config): move format to better place 2021-10-24 22:04:49 -07:00
Matt Leong
aa32ac00b9 fix(lsp): install if defined on config 2021-10-24 21:47:06 -07:00
Matt Leong
ce86cc1f6e fix(efm): fix formatting config settings 2021-10-24 16:21:02 -07:00
Matt Leong
d4e314928d feat(config): add new config file
* Added efm formatter options
* Auto install lsp servers
2021-10-24 15:11:04 -07:00
Matthew Leong
a417d1df3d feat(readme): add git badges 2021-10-23 19:05:10 -07:00
Matt Leong
43f37c3d8d refactor(navigation): file-navivation -> navigation 2021-10-22 22:34:34 -07:00
Matt Leong
c61dc5acf6 feat(lsp): updated lsp mappings to utilize telescope, update telescope settings 2021-10-22 22:11:01 -07:00
Matt Leong
6dc398b060 feat(diagnostics): add min severity level for v text, cleaner mappings 2021-10-22 20:36:17 -07:00
Matt Leong
0d758652e5 feat(terminal): use shell as title 2021-10-22 18:58:13 -07:00
Matt Leong
ecb38b33c0 feat(theme): fix virtual text and clean highlights 2021-10-22 18:43:13 -07:00
Matt Leong
6b1da29c14 fix(autocomplete): disable cmp cr mapping that was messing with autopairs 2021-10-22 17:56:55 -07:00
Matt Leong
6ff029a0c8 feat(autocomplete): better luasnip support 2021-10-22 16:48:27 -07:00
Matt Leong
4aa419b23d fix(sessions): fix auto save issue 2021-10-22 15:37:30 -07:00
Matt Leong
d12357742d feat(autocomplete): reorder nvim-cmp sources 2021-10-22 15:30:44 -07:00
Matt Leong
99cdaaea9a refactor(plugins): switch to kommentary because Comment.nvim did not support JSX well 2021-10-22 15:10:37 -07:00
Matt Leong
4e1bce9294 feat(readme): add wiki links 2021-10-21 20:29:53 -07:00
Matt Leong
e46d38ea56 feat(plugins): Remove unused plugin 2021-10-21 19:17:04 -07:00
Matt Leong
263b0d1b53 fix(diagnostics): show border around diagnostics 2021-10-21 16:43:29 -07:00
Matt Leong
bd2f074d9c feat(readme): add installation wiki page reference 2021-10-20 19:16:57 -07:00
Matthew Leong
b1632fff55
chore(readme): clean up 2021-10-20 18:30:37 -07:00
Matt Leong
b61e779ada feat(readme): add mappings to readme 2021-10-20 18:23:13 -07:00
Matt Leong
97e809d60f chore(statusline): clean out deprecated helper 2021-10-20 15:22:40 -07:00
Matt Leong
1d90b8deb5 fix(efm): cleaner formatting conditionals 2021-10-20 14:43:46 -07:00
Matt Leong
3265d8233a fix(diagnostics): check for vim.diagnostics for 0.5.1 users 2021-10-20 13:18:04 -07:00
Matt Leong
093fbc0f78 chore(file-navigation): clean up preview title prop 2021-10-20 09:53:36 -07:00
Matt Leong
968338ac49 chore(readme): add first run steps 2021-10-20 05:43:49 -07:00
Matt Leong
fbbb3a5a77 fix(cosmic): move packer compiled file to load after packer 2021-10-20 05:36:17 -07:00
Matt Leong
3eaab800c9 chore(readme): fix typo 2021-10-19 19:13:50 -07:00
Matthew Leong
e6c6ed2c50
chore(readme): fix bad screen 2021-10-19 19:01:58 -07:00
Matthew Leong
18100517c2
chore(readme): better screenshots 2021-10-19 18:59:24 -07:00
Matt Leong
86f6ed82e5 chore(readme): fix typo 2021-10-19 18:48:00 -07:00
Matt Leong
3d4e2d8ee8 Update readme 2021-10-19 17:58:07 -07:00