Commit graph

176 commits

Author SHA1 Message Date
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
christianchiarulli
9b10d9298c going back to barbar 2021-07-05 16:17:51 -04:00
Rafael
71c5cb4f0b
(feat) use neoformat as the defalt format option (#715) 2021-07-05 16:01:19 -04:00
christianchiarulli
be9a5a0889 user defined plugins 2021-07-05 15:35:06 -04:00
christianchiarulli
279e01f2f3 debugging updates 2021-07-05 13:58:38 -04:00
Chris
b4a9023c9e remove lspsaga 2021-07-05 02:57:06 -04:00
Chris
af5d292fbf basic python debugging 2021-07-05 00:52:36 -04:00
Chris
0b251be44c shelfing null-ls for now, seems to slow things down significantly 2021-07-04 22:49:47 -04:00
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03:00
Jacek Kiedrowski
b461c878e6
Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670) 2021-07-04 19:00:32 -04:00
maxime50
d2324d14e1
Better JS/TS Development Experience (#667)
Co-authored-by: Maxime <m.romero@progtechinformatique.ca>
2021-07-04 18:22:10 -04:00
christianchiarulli
be87f71c20 more lazyload 2021-07-04 12:32:11 -04:00
Chris
a8b4a96ddd more lazyload 2021-07-04 12:17:45 -04:00
Abouzar Parvan
816c6cfa7d
Adding tabnine for compe (#640) 2021-07-04 10:45:38 -04:00
rebuilt
c8c29aa03c
lazy load lspinstall (#654) 2021-07-04 10:27:25 -04:00
Chris
53d1e8b901 no more ft for rust tools for now 2021-07-04 03:06:56 -04:00