Commit Graph

60 Commits

Author SHA1 Message Date
Price Hiller
b8c65b1e2a fix(nvim): Proper color for symbols outline 2022-04-19 02:11:03 -05:00
Price Hiller
1367416d70 perf(nvim): Improve startup time 2022-04-15 12:14:45 -05:00
Price Hiller
75ddc82de9 refactor(nvim): Replace nvim-tree with neotree, move lsp to core 2022-03-29 00:55:16 -05:00
Price Hiller
e565d85dac refactor(nvim): Remove git worktree 2022-03-29 00:45:20 -05:00
Price Hiller
935392829f refactor(nvim): Remove ghost text 2022-03-28 15:46:38 -05:00
Price Hiller
9ff7c6e56f style(nvim): Stylua pass 2022-03-18 05:43:11 -05:00
Price Hiller
29784521b6 fix(nvim): Set packer max jobs 2022-03-18 05:25:16 -05:00
Price Hiller
9a0a289d9f feat(nvim): add lsp_lines 2022-03-17 18:59:59 -05:00
Price Hiller
05407398f7 feat(nvim): Add nvim-tree 2022-03-14 03:14:26 -05:00
Price Hiller
910b504e1b feat: Dap support for c/c++ 2022-03-07 14:50:15 -06:00
Price Hiller
12368535ae feat(nvim): Add vim visual multi 2022-03-06 22:46:01 -06:00
Price Hiller
f4288caffb style(nvim): Format with stylua 2022-03-06 21:43:07 -06:00
Price Hiller
98ba7c42d2 feat(nvim): Add zen mode 2022-03-06 12:59:17 -06:00
Price Hiller
71987c1f97 chore(nvim): Change neoscroll easing function 2022-03-02 00:50:46 -06:00
Price Hiller
abcc6a339b feat(nvim): Add neogen mode.nvim 2022-02-28 08:05:25 -06:00
Price Hiller
059cf759f0 feat(nvim): Disable floating window for signatures 2022-02-26 23:04:35 -06:00
Price Hiller
b2193108c6 feat(nvim): Make lsp signature toggable 2022-02-26 21:33:29 -06:00
Price Hiller
31c9af6b9a feat(nvim): Add lsp signature 2022-02-26 21:06:02 -06:00
Price Hiller
f21f1836ef feat(nvim): Add neoscroll 2022-02-26 18:28:06 -06:00
Price Hiller
02f959d3ca feat(nvim): Add mini modules 2022-02-24 03:33:31 -06:00
Price Hiller
451eafd5de refactor(neovim): Better utility structure 2022-02-24 02:51:02 -06:00
Price Hiller
c206517084 fix(treesitter): Better indents via external plugin 2022-02-24 01:40:56 -06:00
Price Hiller
6d750ce482 feat(log-syntax): Add syntax highlighting for log files 2022-02-20 23:17:00 -06:00
Price Hiller
dc7c16c4c9 feat(plugins): DAP, neoformat, vim ghost 2022-02-19 13:33:58 -06:00
Price Hiller
deedeadf6c [ Nvim ] Browser integration, line len, markdown viewing, progess 2022-02-07 03:55:35 -06:00
Price Hiller
2ed5b4573e [ Rust Tools ] Remove lazy loading 2022-02-05 03:23:04 -06:00
Price Hiller
a7d2fd352c [ Plugin Fidget ] Added loading information for lsp 2022-02-04 20:54:08 -06:00
Price Hiller
b85342cda3 [ Snippets ] Proper luasnippet support 2022-02-04 08:49:41 -06:00
Price Hiller
665f1a4bb8 [ Neorg ] Some cleanup, set conceal level to 2 2022-02-01 13:44:40 -06:00
Price Hiller
1ff87411ac [ Cmp, Tele, Fold ] Config cleanup, better folding 2022-01-27 23:53:45 -06:00
Price Hiller
c4760c9bbb [ Lsp ] Reenable in-line diagnostics 2022-01-27 01:38:19 -06:00
Price Hiller
0b78ca793d [ DAP ] Nicer ui, proper plugin loading order 2022-01-25 22:15:45 -06:00
Price Hiller
d52447d4d1 [ CMP Snippets ] Better luasnip integration 2022-01-25 21:29:15 -06:00
Price Hiller
bac18c9288 [ DAP ] Better python support 2022-01-25 20:38:59 -06:00
Price Hiller
37d34eb477 [ Nvim Plugin ] Added CodeActionMenu
Provides a prettier UI for LSP Code Action events
2022-01-21 06:52:10 -06:00
Price Hiller
b70c17f423 [ CMP ] Renamed config to _cmp, removed utlisnips 2022-01-21 00:46:33 -06:00
Price Hiller
d803de93d4 [ CMP & Folding ] Enhancements for better folding, moved back to nvim cmp again 2022-01-19 16:36:39 -06:00
Price Hiller
0a6be2aa7a [ Matchup ] Removed vim matchup, incompatible with treesitter breaking changes 2022-01-18 16:03:23 -06:00
Price Hiller
d1fdff6a7b [ CMD Comp ] - Enable nvim cmp for command fuzzy search, yanked wilder -- too many issues 2022-01-18 15:46:03 -06:00
Price Hiller
cea3907927 [ Wilder ] Correct Lazy Loading 2022-01-18 13:10:22 -06:00
Price Hiller
dae6ab7d49 [ Wilder ] - Moved to lua configuration 2022-01-18 13:05:58 -06:00
Price Hiller
1e317748b6 [ Completions ] Go back to nvim coq w/ wilder
Unfortunately, nvim cmp completions are VERY poor even if they are pretty. Makes it difficult to do REAL world work. :(
2022-01-18 12:51:06 -06:00
Price Hiller
40e016bfdb Better comments for packerstrap 2022-01-15 22:07:21 -06:00
Price Hiller
91b42da8ba Better packerstrap handling 🥶 2022-01-15 21:15:52 -06:00
Price Hiller
80e879b4be Better telescope ui, remove floating command line 2022-01-15 19:54:42 -06:00
Price Hiller
077afae2f7 Added nvim notify, null ls 2022-01-15 19:15:09 -06:00
Price Hiller
1c614b848f More performance 2022-01-15 08:21:42 -06:00
Price Hiller
31cecc82e1 Remove nvim tree, moved to telescope tree 2022-01-15 07:55:45 -06:00
Price Hiller
9139a25cad Better startup time 2022-01-15 07:54:02 -06:00
Price Hiller
04b7e02f88 Use wilder 2022-01-15 07:21:42 -06:00