Commit graph

1386 commits

Author SHA1 Message Date
rebuilt
2049c33dfb
Merge pull request #751 from colutti/patch-1
Removing merge tags in README.md
2021-07-07 12:09:14 +02:00
Rafael Colucci
bf2d195745
Removing merge tags 2021-07-07 09:53:54 +02:00
Abouzar Parvan
cd7da50350
custom_plugins has been renamed to user_plugins (#745) 2021-07-07 02:36:56 -04:00
Chris
afcf526407 remove emmet and tailwind, need to put in lang specific files 2021-07-07 02:33:05 -04:00
Abouzar Parvan
a72d5b70de
we don't need to remove autoformat group when there is none (#748) 2021-07-07 02:28:50 -04:00
hui.liu
e237f26cc6
Add missing document_highlight in default config (#743) 2021-07-07 00:52:06 -04:00
christianchiarulli
430965b7a6 test install 2021-07-07 00:40:00 -04:00
christianchiarulli
0155a3e69f udpate 2021-07-07 00:34:06 -04:00
christianchiarulli
85c492b930 update install 2021-07-07 00:26:47 -04:00
christianchiarulli
2fd8b93ada Merge branch 'stable' of github.com:ChristianChiarulli/LunarVim 2021-07-07 00:23:53 -04:00
christianchiarulli
15da3c2005 fix install 2021-07-07 00:23:38 -04:00
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
b25cc0194e remove that 2021-07-06 23:44:22 -04:00
christianchiarulli
b9fa724eb6 try this 2021-07-06 23:43:32 -04:00
christianchiarulli
2e8f591bb1 update script 2021-07-06 23:41:29 -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
aab1034144 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-06 23:22:59 -04:00
christianchiarulli
7e60bb9d9f formmatting 2021-07-06 23:22:46 -04:00
christianchiarulli
1b49fd2770 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-06 23:22:08 -04:00
christianchiarulli
152dd8032f autoload dashboard 2021-07-06 23:21:55 -04:00
christianchiarulli
82c24bd832 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-06 23:09:09 -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
e3126124c5 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-06 22:23:31 -04:00
christianchiarulli
52b4476509 fix indents with lua 2021-07-06 22:23:19 -04:00
christianchiarulli
ec91300442 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim into stable 2021-07-06 22:20:56 -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
christianchiarulli
f22e1bd8cb cleanup and stability improvements 2021-07-06 12:28:50 -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