Commit graph

498 commits

Author SHA1 Message Date
christianchiarulli
7df60c78ec Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-07 00:16:52 -04:00
christianchiarulli
c19dd51506 fix git signs 2021-07-07 00:16:38 -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
c9e08b5268 remove some config from nvimtree to test 2021-07-06 23:47:27 -04:00
christianchiarulli
beb1d28b19 pcall for view 2021-07-06 23:34:44 -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
christianchiarulli
0c6771a385 you can now toggle format on and off on the fly! 2021-07-06 22:55:11 -04:00
christianchiarulli
57f5373249 fix compe enter now working 2021-07-06 22:20:05 -04:00
Chris
1ba8539fdd center lazygit 2021-07-06 21:44:51 -04:00
Chris
00bf949fe8 custom whichkey entries 2021-07-06 21:42:26 -04:00
Chris
8c9ddc7090 manual formatting with neoformat 2021-07-06 20:50:57 -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
hui.liu
35e37f06da
Setup tailwindcss-ls (#729) 2021-07-06 12:18:03 -04:00
christianchiarulli
3417a343e2 galaxyline filler 2021-07-06 12:12:24 -04:00
christianchiarulli
ec868f92cc galaxyline refactor 2021-07-06 11:55:29 -04:00
christianchiarulli
020fe412c1 readme in user config 2021-07-06 11:48:14 -04:00
christianchiarulli
b99585d2a3 add user config for advanced users 2021-07-06 11:40:07 -04:00
christianchiarulli
afc97effbd add user config in lua director 2021-07-06 11:39:41 -04:00
christianchiarulli
00e0db32a0 remove extra config files 2021-07-06 11:36:04 -04:00
christianchiarulli
15603354ac remove plugin bloat 2021-07-06 11:30:01 -04:00
Joan López
08ebd34a43
add top level keybinding for symbols outline. (#728) 2021-07-06 10:03:42 -04:00
Abouzar Parvan
76bb4c3f8e
fix resizing keybindings for mac (#725) 2021-07-06 08:55:47 -04:00
abzcoding
b6caebf60f telescope project and packer had the same keybinding 2021-07-06 10:09:37 +04:30
Chris
e2c336ff9f fix rainbow 2021-07-05 23:00:56 -04:00
Chris
c0c7e170af Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-05 22:58:39 -04:00
Chris
4b04518922 fix logo 2021-07-05 22:57:00 -04:00
christianchiarulli
326f1e7060 more treesitter 2021-07-05 21:03:46 -04:00
Chris
2e4314331b another ts typo 2021-07-05 20:15:53 -04:00
Chris
0b7e8e1b07 fix ts bugs 2021-07-05 19:56:08 -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
6b41286d70 updated autocommands for user 2021-07-05 14:49:07 -04:00