socialsmoker223
ff2855583d
Added FastWrap for nvim-autopairs ( #44 )
2022-02-02 22:40:02 -08:00
Matt Leong
bdef698a28
feat(lsp): add shellcheck diagnostics
2022-01-27 08:28:07 -08:00
Matt Leong
54dcb22869
feat(lsp): prettierd enabled!!
2022-01-24 13:50:25 -08:00
Matt Leong
d05a7ec475
fix: fix nvim-notify dep on logger util
2022-01-24 08:43:45 -08:00
Matt Leong
6f1449dbca
fix(themes): fix github theme colors
2022-01-17 15:34:37 -08:00
Matt Leong
680869ec1a
fix(themes): fix catppuccin colors
2022-01-17 15:06:08 -08:00
Matt Leong
b505570da8
fix: gruvbox status line colors
2022-01-17 14:39:06 -08:00
Matt Leong
9680e81aa3
feat: delete mappings for tabs and buffers
2022-01-17 14:34:41 -08:00
Matt Leong
2be3e66c3c
rebase: fix mappings
2022-01-17 13:25:26 -08:00
Matt Leong
6102571a7f
refactor: smaller config footprint
2022-01-17 13:14:12 -08:00
Wuelner Martínez
478368f03a
feat(enfocado): added more enfocado settings ( #41 )
...
* fix(enfocado): improvements are made to the configs
* fix(enfocado): some colors of enfocado are updated
* feat(enfocado): enfocado on-demand plugins are listed
2022-01-17 13:13:11 -08:00
Matt Leong
99adce7770
fix(mappings): use pcall over require since cosmic.config.plugins might not be present
2022-01-14 09:02:36 -08:00
Matt Leong
80580b7f7b
fix(session): leader key set properly
2022-01-11 20:39:36 -08:00
Matt Leong
988b14ec9e
fix(mappings): load nvim tree mappings always
2022-01-11 19:39:28 -08:00
Matt Leong
57915adac7
feat(cosmic-ui): update border style prop
2022-01-08 20:33:01 -08:00
Matt Leong
60cf021f02
feat(statusline): remove unused hl
2022-01-03 16:32:51 -08:00
Matt Leong
df13f58678
refactor(highlights): set_highlight over highlight
2022-01-03 16:26:28 -08:00
Matt Leong
3be2d316fc
feat(notify): change animation
2021-12-29 10:48:43 -08:00
Matthew Leong
36a077f787
feat(plugins): load nvim-notify after colorscheme has loaded ( #37 )
2021-12-29 10:27:05 -08:00
Matt Leong
8be0efad1f
feat(readme): add new themes
2021-12-29 09:57:34 -08:00
Matt Leong
17cc41a0e4
feat(themes): add github
2021-12-29 09:55:20 -08:00
Matt Leong
485a3f3d94
feat(themes): add kanagawa.lua
2021-12-29 09:40:24 -08:00
Matt Leong
2f6ddcce43
fix(lsp): readd eslint condition
2021-12-28 18:02:43 -08:00
Matt Leong
cb27724cc7
feat(lsp): format command
2021-12-28 16:37:53 -08:00
Matt Leong
54018cd5a4
fix(lsp): remove conditional for eslint
2021-12-28 16:29:30 -08:00
Matt Leong
797cc4438a
feat(lsp): prettierd -> prettier w/prefer local
2021-12-28 14:33:52 -08:00
Matt Leong
585dc3ba6d
feat(lsp): swap hard coded schemas for schemastore
2021-12-27 07:17:11 -08:00
Matt Leong
0aef3f630b
refactor: clean up some mappings and lazy loading
2021-12-21 20:51:11 -08:00
Matt Leong
66f29d878b
feat(mappings): ts utils maps only are set when tsserver is active
2021-12-21 11:24:10 -08:00
Matt Leong
77a4f36784
refactor: cleaner table merging
2021-12-21 11:04:27 -08:00
Matt Leong
18c4971497
feat(mappings): attach lsp mappings to buffers only
2021-12-21 10:41:26 -08:00
Matt Leong
d6befbeb79
feat(core): resize mappings and autoresize autocmd
2021-12-21 08:48:15 -08:00
Matt Leong
1d09e75d0f
feat(lsp): jsonls schemas
2021-12-20 16:44:02 -08:00
Matt Leong
7232abb157
feat(editor): adjust timeoutlen + sort
2021-12-20 15:56:11 -08:00
Matt Leong
a957874880
feat(plugins): utilize ts_context_commentstring for all filetypes
2021-12-20 15:44:25 -08:00
Matt Leong
74a287d897
refactor(lsp): rename sumneko provider file
2021-12-20 15:26:16 -08:00
Matt Leong
f562882989
feat(plugins): nvim-autopairs ts support
2021-12-20 15:17:39 -08:00
Matt Leong
f6139b8ac2
feat(plugins): add ft ignore for nvim-tree
2021-12-20 15:09:49 -08:00
Matt Leong
adf429b3c1
feat(plugins): add gitsigns settings
2021-12-20 15:06:31 -08:00
Matt Leong
4f5d02675c
feat(statusline): move back to NTBBloodbath fork
2021-12-20 12:21:24 -08:00
Matt Leong
d1c5b01744
feat(telescope): slight adjustment to width and height for flex layout
2021-12-20 09:00:51 -08:00
Matt Leong
b6b9bacf39
feat(telescope): use flex layout and tighten w/h's
2021-12-20 08:14:19 -08:00
Matt Leong
eabc91a2ba
feat(telescope): grep current word mapping
2021-12-20 07:00:14 -08:00
Matt Leong
d634483030
feat(diagnostics): add header + icon
2021-12-19 20:38:14 -08:00
Matt Leong
4de9c237fa
feat(plugins): replace need for lspkind
2021-12-19 19:55:33 -08:00
Matt Leong
f522d0f3bf
feat: border config setting
2021-12-19 19:37:34 -08:00
Matt Leong
13164d42bc
refactor(plugins): remove get_border refs
2021-12-19 19:25:12 -08:00
Matt Leong
68ff49da19
feat(cosmic-ui): no need to pass icons
2021-12-19 18:00:18 -08:00
Matthew Leong
341fce09f3
feat(readme): update screenshots
2021-12-19 13:26:18 -08:00
Matt Leong
da5fa1798f
feat(plugins): reorder
2021-12-19 13:20:36 -08:00