Commit graph

191 commits

Author SHA1 Message Date
Chris
d9ee4e00e9 don't lazyload telescope (breaks c-j c-k navigation) 2021-07-10 19:35:54 -04:00
Abouzar Parvan
93379a2977
avoiding OCD attack with the help of folke/todo-comments (#839) 2021-07-10 17:34:20 -04:00
christianchiarulli
5c76003228 don't lazy load compe and autopairs autoindent issue 2021-07-10 16:10:03 -04:00
christianchiarulli
4b0304d9bd remove lazyload dap 2021-07-10 15:34:59 -04:00
Abouzar Parvan
0f7c876e93
WIP: using formatter.nvim instead of neoformat (#781) 2021-07-10 14:18:28 -04:00
Chris
bec8e77b47 refactor lspinstall 2021-07-10 13:27:52 -04:00
Chris
f9389d2282 refactor plugins 2021-07-10 10:51:53 -04:00
christianchiarulli
b02a5a207f udpate plugin list 2021-07-10 03:19:44 -04:00
christianchiarulli
5ef5b5aff1 more lazylkoad 2021-07-10 02:39:00 -04:00
christianchiarulli
1235d18f8d move plugins 2021-07-10 01:21:22 -04:00
christianchiarulli
2aa02e2312 only load jdtls for ft=java 2021-07-10 00:22:20 -04:00
christianchiarulli
6d17635b31 refactor tex to use ftplugin only 2021-07-10 00:15:33 -04:00
christianchiarulli
e75c9c0d20 lazyload galaxyline 2021-07-10 00:09:54 -04:00
christianchiarulli
25b3334ba3 don't use custom plugin path yet 2021-07-09 23:03:07 -04:00
christianchiarulli
b347c46455 lvim separate package path 2021-07-09 22:22:59 -04:00
christianchiarulli
4ff04e31f0 config refactor 2021-07-09 21:34:12 -04:00
christianchiarulli
b8182d5aee refactor plugin config 2021-07-09 21:01:23 -04:00
christianchiarulli
607d473afe remove extra plugins (debloating) 2021-07-09 19:38:15 -04:00
Jonathan Raines
89df68d842
FTerm starts on same event as Dashboard (#820) 2021-07-09 14:22:50 -04:00
Chris
d539ec951c java tool working on mac 2021-07-09 01:37:03 -04:00
Chris
b5c1dd6b47 try without tsupdate 2021-07-08 20:07:55 -04:00
christianchiarulli
2b864e8517 update 2021-07-08 18:48:02 -04:00
christianchiarulli
4146865add new command for tsupdate 2021-07-08 18:24:16 -04:00
christianchiarulli
a5b7a7c16a silent update 2021-07-08 17:59:18 -04:00
christianchiarulli
83a77ac5cb new comment lazyload event 2021-07-07 22:03:40 -04:00
christianchiarulli
23c7fab3b4 more lazy load be careful 2021-07-07 21:57:36 -04:00
christianchiarulli
a247d69c82 refactoring whichkey 2021-07-07 19:27:27 -04:00
christianchiarulli
aa6f081062 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-07 00:05:44 -04:00
christianchiarulli
e9ea970099 comment toggle on bufread 2021-07-07 00:05:30 -04:00
christianchiarulli
796b6dec27 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-07 00:02:31 -04:00
christianchiarulli
000920beaa always use telescope 2021-07-07 00:02:21 -04:00
christianchiarulli
01fc816f31 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-07 00:00:29 -04:00
christianchiarulli
c7f2d4a39f dashboard autoconfig 2021-07-06 23:57:27 -04:00
christianchiarulli
a9fa0f3d66 pin nvimtree 2021-07-06 23:54:48 -04:00
christianchiarulli
fc79ba76ed test lazyloading nvimtree 2021-07-06 23:49:04 -04:00
christianchiarulli
0c47dbee49 remove dashboard from auto activating 2021-07-06 23:29:34 -04:00
christianchiarulli
7e60bb9d9f formmatting 2021-07-06 23:22:46 -04:00
christianchiarulli
152dd8032f autoload dashboard 2021-07-06 23:21:55 -04:00
christianchiarulli
d6b00cec25 fix losing dashboard command add whichkey binding for lunarconfig 2021-07-06 23:08:53 -04:00
Chris
00bf949fe8 custom whichkey entries 2021-07-06 21:42:26 -04:00
Chris
716f127e95 wrap requires in pcall 2021-07-06 20:42:29 -04:00
christianchiarulli
0e2ad0c1fe testing autosave config poetnetially unstable 2021-07-06 19:15:37 -04:00
Jonathan Raines
f6e377fcfe
Replace LazyGit Plugin with FTerm Instance (#717)
* Replace LazyGit Plugin with FTerm Instance

* Added  gg keybind to FTerm LazyGit

* Added check to see if lazygit is installed

* Changed lazyload event to prevent error when called from dashboard on startup

* Removed lazygit plugin.  Changed Fterm lazy loading

* Made the executable check more universal for when we include other terminal applications

Co-authored-by: rebuilt <memoryman51@hotmail.com>
2021-07-06 13:40:10 -04:00
Abouzar Parvan
68bfac0468
fix telescope project issue (#723) 2021-07-06 12:20:38 -04:00
christianchiarulli
15603354ac remove plugin bloat 2021-07-06 11:30:01 -04:00
christianchiarulli
326f1e7060 more treesitter 2021-07-05 21:03:46 -04:00
Anshuman Medhi
6258b2b4ba
Add Treesitter extensions for better textobjects (#700)
This adds three plugins that use treesitters parsing to provide smarter text objects

[ts_textobjects](https://github.com/nvim-treesitter/nvim-treesitter-textobjects) lets you define text objects for things like functions and classes

[ts_textsubjects](https://github.com/RRethy/nvim-treesitter-textsubjects.git) defines a smart text object that selects a semantic block around the cursor

[ts_hintobjects](https://github.com/mfussenegger/nvim-ts-hint-textobject) uses easymotion style hint labeling to show all the surrounding semantic blocks, letting you choose the correct one

I have also added which-key entries for all the above

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-07-05 19:48:58 -04:00
Sv7n
113f73100d Cleaner way to load vimtex config thanks to rebuilt. 2021-07-05 23:39:01 +01:00
christianchiarulli
a469c710bf no lazyload lspinstall 2021-07-05 16:21:26 -04:00
christianchiarulli
d4822c2920 no lazyloading barbar 2021-07-05 16:20:14 -04:00