Commit graph

1712 commits

Author SHA1 Message Date
kylo252
405423108f
feat: Add an async logger using plenary (#1207)
Co-authored-by: rebuilt <memoryman51@hotmail.com>
2021-08-09 19:02:37 +02:00
Pasi Bergman
625df947dc
[Feature] Add LvimInfo command (#1269)
* feature: add LvimInfo command

* Move :LvimInfo to core/commands.lua
2021-08-09 10:59:27 -04:00
Abouzar Parvan
0e09963aff
fix cmake-language-server: error: unrecognized arguments: --stdio 2021-08-09 12:43:59 +04:30
kylo252
29b532b5e3
Merge pull request #1268 from kylo252/fix_smart_cwd 2021-08-09 08:12:30 +02:00
kylo252
6b98bc1378 avoid using smart_cwd if root_dir is not found 2021-08-09 08:01:04 +02:00
Abouzar Parvan
93b37d6e86
fix formatting for compe (#1266) 2021-08-08 22:51:09 +04:30
Chris
f3064248a0 new event for vsnip 2021-08-08 13:38:26 -04:00
Chris
3da49e4be4 tab can cycle through pum, insert a tab, and jump through snippets, what more could you want? 2021-08-08 13:34:59 -04:00
Abouzar Parvan
1484e05682
better compe support for latex 2021-08-08 20:51:24 +04:30
Abouzar Parvan
6aab0ea8ac
fix compe for latex 2021-08-08 13:26:33 +04:30
Abouzar Parvan
01f865e041
Update lsp-issue-form.yaml 2021-08-07 18:00:12 +04:30
ashincoder
730542a47d
Added space after plug icon (#1252) 2021-08-07 09:23:25 +00:00
Abouzar Parvan
0e5e560af4
Create plaintex.lua 2021-08-07 09:10:20 +00:00
christianchiarulli
2345d8cf21 update green 2021-08-06 15:27:06 -04:00
kylo252
47ebd70817
Add LunarVim info panel (Experimental) (#1241)
* feat: lunarvim info (Experimental)

* Add missing providers info

* Use nvim api directly to create the popup

* width tweaks
2021-08-06 16:27:19 +02:00
kylo252
c8d1b95712
Merge pull request #1250 from kylo252/fixup
chore: remove now-redundant utility function
2021-08-06 13:54:25 +02:00
rebuilt
ca750d8ff4
Merge pull request #1251 from grvxs/fix-most-typos
[Doc]: Fix most typos
2021-08-06 13:31:26 +02:00
grvxs
9fc6a2e1cd
fix: typos in lua/ 2021-08-06 16:50:25 +05:30
grvxs
f3c44ce3a9
fix: typo in install_stylua.sh 2021-08-06 16:49:52 +05:30
grvxs
e4f146e980
fix: typo in install.yaml 2021-08-06 16:49:05 +05:30
grvxs
771f872bcc
fix: typos in ftplugin/ 2021-08-06 16:46:51 +05:30
grvxs
e3273ec3dd
fix: typo in README.md 2021-08-06 16:45:50 +05:30
kylo252
990bb622e0 chore: remove now-redundant utility function 2021-08-06 10:47:21 +02:00
rebuilt
89ee39cfd5
Merge pull request #1248 from rebuilt/fix-bufferline
Defaults bufferline.active to true
2021-08-06 02:12:31 +02:00
rebuilt
3ccd5dbc8c bufferline broke because the added active toggle will always be false. Set it in default_config to fix behavior 2021-08-06 04:04:21 +02:00
Pasi Bergman
e93724d5f6
[Feature] Add PowerShell language server support (#1244) 2021-08-06 01:12:19 +04:30
Abouzar Parvan
9f35102864
dap.stop is deprecated, use dap.close instead (#1247) 2021-08-06 00:57:51 +04:30
christianchiarulli
8daeb80ac3 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-08-05 15:50:13 -04:00
christianchiarulli
20a4da5583 ability to toggle bufferline 2021-08-05 15:50:09 -04:00
Abouzar Parvan
106c9cad0d
use_decoration_api has been removed from gitsigns (#1245) 2021-08-05 19:12:16 +00:00
Abouzar Parvan
43c9ca8f27
fix formating 😢 (#1243) 2021-08-05 17:31:39 +00:00
christianchiarulli
00d4ebc165 <leader>lq opens quickfix 2021-08-05 12:26:29 -04:00
christianchiarulli
358d8b0da4 set spell file to be located in .config/lvim 2021-08-05 11:41:54 -04:00
kylo252
67de24227f
chore: remove unncessary logic from utils (#1238) 2021-08-05 10:35:58 -04:00
kylo252
76a16b6676
stop registering duplicate null-ls providers (#1240) 2021-08-05 10:34:25 -04:00
Chris
410354e7b1 Merge branch 'rolling' of github.com:LunarVim/LunarVim into rolling 2021-08-04 15:21:50 -04:00
Chris
b8145d8f60 update contributing for org 2021-08-04 15:21:45 -04:00
Abouzar Parvan
26a2225c3a
fix the ruby root_dir for good 😭 2021-08-04 23:51:09 +04:30
Chris
84f56ac498 udpate docker image for org 2021-08-04 15:21:00 -04:00
Chris
97fa3d9ec9 update for lunarvim org 2021-08-04 15:20:09 -04:00
Abouzar Parvan
cfa4faf0dd
Feature/ruby support (#1234) 2021-08-04 23:46:33 +04:30
Abouzar Parvan
0842ebb280
Revert "fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232)" (#1233)
This reverts commit ef70e77e95.
2021-08-04 23:42:07 +04:30
Abouzar Parvan
ef70e77e95
fix GIT_DISCOVERY_ACROSS_FILESYSTEM error from solargraph (#1232) 2021-08-04 23:40:38 +04:30
Abouzar Parvan
82f7bbb6f9
lazy loading vim-rooter might cause some issues
because if FindRootDirectory not being found
2021-08-04 20:24:31 +04:30
Pasi Bergman
db19d4c13c
[Bugfix]: Don't override formatter with empty exe (#1224)
* fix(lsp): don't override formatter with empty exe

* Check for nil value
2021-08-04 09:12:01 -04:00
kylo252
7cd03ff4e3
chore: minor cleanup to root_dir comments (#1222) 2021-08-04 11:05:51 +04:30
Abouzar Parvan
120590b8ec
shfmt correct fix (#1221) 2021-08-04 05:35:02 +00:00
Abouzar Parvan
3bfa31aaa0
fix shfmt issue 2021-08-04 05:32:45 +00:00
Abouzar Parvan
e504e1f08c
fix formatting and linting (#1220) 2021-08-04 05:28:24 +00:00
christianchiarulli
686e54ab0d check if git is installed 2021-08-03 23:12:05 -04:00