Commit graph

98 commits

Author SHA1 Message Date
Matthew Leong
7eda72ff16 feat: fix eslint - moved to lspconfig setup 2024-03-06 10:38:27 -08:00
Matthew Leong
598bcf86f3 feat: add unofficial nx plugin 2024-02-15 08:02:36 -08:00
Matthew Leong
2dd9afa5ee mason on bufenter 2024-01-29 07:31:58 -08:00
Matthew Leong
e393100b98 feat: add NX monorepo support 2024-01-26 09:57:15 -08:00
Matthew Leong
c79153a55a feat: bump lazy lock 2024-01-12 09:12:29 -08:00
Matthew Leong
1c1b7adfd4 feat: some clean up 2023-11-19 10:02:59 -08:00
Matthew Leong
c936c64849 feat: remove deprecated ts plugin 2023-11-18 09:01:45 -08:00
Matthew Leong
a1135381c6 feat: update lsp capabilities - dynamicRegistration 2023-11-17 21:02:58 -08:00
Matthew Leong
c0d7de2896 feat: clean up gitsigns keymaps 2023-11-15 11:11:17 -08:00
Matthew Leong
e104586768 feat: update to none-ls 2023-11-15 10:25:23 -08:00
Matthew Leong
f41e606811 feat: clean up noice notifications 2023-11-15 10:05:58 -08:00
Matthew Leong
dd54b19ea2 feat: clean up lua lsp 2023-11-15 09:43:55 -08:00
Matthew Leong
3a656a59fb feat: update vim.loop refs 2023-10-31 07:55:20 -07:00
Matthew Leong
14165c5f7b fix: prettierd 2023-09-19 19:54:16 -07:00
Matthew Leong
b42b3642be feat: update lazy lock + swap prettierd with prettier 2023-09-19 19:09:28 -07:00
Matthew Leong
1d1784df49 feat: remove deprecated config setting 2023-08-31 13:16:18 -07:00
Matthew Leong
58bafac26e feat: toggle inlay hint + remove lsp lints 2023-08-30 21:22:47 -07:00
Matthew Leong
527eff7c87 feat: pin back to v0.9.0 2023-08-24 07:15:47 -07:00
Matthew Leong
59d0f086bf feat: update lazy lock + fix dashboard 2023-08-15 13:31:51 -07:00
Matthew Leong
bf7a420af6 chore: lazy lock update + clean up nvim-tree mappings 2023-05-02 10:05:35 -07:00
Matthew Leong
90ca46d203 feat(lsp): update sumneko to lua_ls 2023-02-13 07:41:21 -08:00
Matthew Leong
8f73bce8e1 feat(mappings): add plugin management mappings 2023-01-16 10:53:26 -08:00
Matthew Leong
3654b082bc feat(lualine): add quicker refreshing for macro updates 2023-01-13 07:17:37 -08:00
Matthew Leong
b64ae5ba0e fix(null-ls): better default if user doesn't define sources 2023-01-11 16:53:16 -08:00
Matthew Leong
b389390db5 fix: lsp lines init keymap 2023-01-10 15:48:29 -08:00
Matthew Leong
b41efdc113 fix: lsp lines init keymap 2023-01-10 15:48:14 -08:00
Matthew Leong
433233b8ed feat: change telescope git keymaps 2023-01-10 15:43:20 -08:00
Matthew Leong
c429651e95 fix(telescope): fix init mapping 2023-01-10 08:21:41 -08:00
Matthew Leong
affdcbcde9 feat(which-key): add border 2023-01-10 08:02:11 -08:00
Matthew Leong
17201507eb refactor(mappings): clean up telescope 2023-01-09 19:07:56 -08:00
Matthew Leong
9aeb095189 refactor(mappings): update lsp mappings 2023-01-09 19:03:43 -08:00
Matthew Leong
8836c5bd3f refactor(mappings): update moar mappings 2023-01-09 18:08:29 -08:00
Matthew Leong
e16fce2f4f feat(mappings): add plugin mapping descriptions 2023-01-09 17:38:10 -08:00
Matthew Leong
5966aa4882 start keymap descriptions 2023-01-09 15:33:55 -08:00
Matthew Leong
5673bcd017 feat(lualine): add macro recording status 2023-01-09 15:24:11 -08:00
Matthew Leong
3d4b00bb0b feat: buf mapping util clean up 2023-01-06 13:14:20 -08:00
Matthew Leong
464f92b1cc feat(mappings): decouple plugin lsp mappings 2023-01-06 10:09:34 -08:00
Matthew Leong
96499d0d67 feat: disable lsp_lines by default 2022-12-30 13:00:04 -08:00
Matthew Leong
11fecdb9d0 fix: lsp not attaching 2022-12-30 12:36:20 -08:00
Matthew Leong
710752e604 feat: lazy telescope 2022-12-30 12:30:18 -08:00
Matthew Leong
be6a529e61 feat: moar lazy optimizations 2022-12-30 11:58:09 -08:00
Matthew Leong
3e84a02d98 fix: user enabled toggle 2022-12-30 09:17:54 -08:00
Matthew Leong
202e8a3c8d feat: add lsp_lines 2022-12-30 09:15:21 -08:00
Matthew Leong
fd1e2abf2b feat: new auto-session defaults 2022-12-29 18:57:45 -08:00
Matthew Leong
f53ef91d7c fix: terminal keys for init 2022-12-29 18:54:47 -08:00
Matthew Leong
d9b173b42d feat: add more ts languages 2022-12-29 18:51:29 -08:00
Matthew Leong
364ab525fc moar clean up 2022-12-29 12:10:07 -08:00
Matthew Leong
4569c97793 refactor: add mason.nvim (#89) 2022-12-29 09:56:02 -08:00
Matthew Leong
03fc837085
refactor: add mason.nvim (#89) 2022-12-29 09:48:42 -08:00
Matthew Leong
daaafc1f8d
Lazy.nvim (#88)
* feat: init lazy.nvim

* refactor: easy plugin init

* feat: user defined plugins

* refactor: clean up user config

* refactor: clean up lsp plugins

* fix: lsp signature

* fix: null ls user config

* feat: replace commands

* feat: optimize lazy loading

* fix: lsp_signature working

* fix: documentation hover/sig help

* fix: autopairs

* feat: clean up luasnips

* fix auto complete

* moar laziness

* feat: add markdown_inline to ensured_installed for TS

* clean up

* clean up auto-session
2022-12-29 08:34:17 -08:00