Commit graph

1820 commits

Author SHA1 Message Date
Pasi Bergman
e7c6275879
[Refactor] LunarVim Info UI (#1281)
* refactor: lunarvim info ui

* refactor: lunarvim info ui - remove close hint, add highlighting

* refactor: lunarvim info ui - remove TODO
2021-08-11 01:54:53 -04:00
tuxflo
2fcb64ac56
change no highlight behavior (#1285)
with `<cmd>let @/=""<CR>` its not possible to use `n`,`N` or stuff like `gcn` anymore because the last search is overwritten. With `:nohlsearch` this is not the case.
2021-08-10 22:56:25 -04:00
christianchiarulli
fc9090f64b remove astronauta 2021-08-10 15:07:35 -04:00
christianchiarulli
a6a10e3fdb bring back behavior we used to get from astronauta 2021-08-10 15:01:26 -04:00
kylo252
9a68500333
fix: do not overwrite plugins bindings in reload (#1284) 2021-08-10 14:53:56 -04:00
Abouzar Parvan
44e43e225b
remove the violent message for provider not found (#1283) 2021-08-10 22:17:24 +04:30
Abouzar Parvan
4f47e6cfe0
pin astronauta till we figure out the root cause (#1282) 2021-08-10 22:06:21 +04:30
Ahmed Khalf
6828787780
Fix window borders for lunarvim info (#1280) 2021-08-10 19:29:05 +04:30
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