Commit graph

933 commits

Author SHA1 Message Date
Luc Sinet
d71c3280c8
Merge pull request #1294 from kylo252/autopairs-refactor
feat: make autopairs configurable
2021-08-12 09:28:14 +02:00
Andrew Fridley
a334420381
Please... reverse history and cycle next telescope bindings (#1276) 2021-08-12 10:19:37 +04:30
Ahmed Khalf
abf7fee048
Use rounded borders for packer (#1296) 2021-08-12 00:48:49 +03:00
kylo252
fb388d7ff8 fix map_complete option 2021-08-11 17:39:06 +02:00
kylo252
d512b57918 allow disabling autopairs completely 2021-08-11 17:34:16 +02:00
kylo252
1b5730d511 feat: make autopairs configurable 2021-08-11 17:29:20 +02:00
Ahmed Khalf
5a7630cac7
Add spell checking to git commit filetype (#1291) 2021-08-11 14:00:41 +02:00
Abouzar Parvan
b26b61e304
fix nil exception for langs without providers (#1290) 2021-08-11 14:50:01 +04:30
Abouzar Parvan
333b103425
Fix lunarvim info nil issue (#1289)
* fix lunarvim info nil issue

* fix num_caps counting issue
2021-08-11 13:11:36 +03:00
Abouzar Parvan
47915dd33e
<CMD> mapping must end with <CR> 2021-08-11 12:03:58 +04:30
Abouzar Parvan
cbbaf010f6
luaString highlight group is not always available 2021-08-11 11:36:32 +04:30
Abouzar Parvan
abbde6c138
remove useless print for LunarVim info 2021-08-11 11:32:33 +04:30
Abouzar Parvan
0a1c76eb6a
fix formatting for which-key.lua (#1288) 2021-08-11 11:27:10 +04:30
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
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
ashincoder
730542a47d
Added space after plug icon (#1252) 2021-08-07 09:23:25 +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
grvxs
9fc6a2e1cd
fix: typos in lua/ 2021-08-06 16:50:25 +05:30
kylo252
990bb622e0 chore: remove now-redundant utility function 2021-08-06 10:47:21 +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
Abouzar Parvan
26a2225c3a
fix the ruby root_dir for good 😭 2021-08-04 23:51:09 +04:30
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
e504e1f08c
fix formatting and linting (#1220) 2021-08-04 05:28:24 +00:00
christianchiarulli
6c6fb67a88 use old vim rooter logic, fallback on new way if vimrooter is disabled 2021-08-03 23:02:09 -04:00
kylo252
4c3c3f3885
feat: add lvim.lsp.smart_cwd (#1218)
- Enable querying the language-server for the `root_dir`
- Use `root_dir` to set the current working-directory (CWD)
- Make vim-rooter configurable and add an option to disable it

Inspired by "ahmedkhalf/lsp-rooter.nvim"
2021-08-03 12:10:54 -04:00
Abouzar Parvan
b608b08ff3
fix compe tab completion issue (#1217) 2021-08-03 12:54:23 +04:30
tafryn
c0a653a0cf
Allow user's to define their own nvim-tree bindings (#1181) 2021-08-03 05:43:57 +00:00
Dery Rahman Ahaddienata
21419b244c
Keymapping custom opts (#1215) 2021-08-03 01:04:51 -04:00
William Goulois
dc3b47b7e7
[Feature]: Add possibility to focus nvimtree instead of toggle (#1074) 2021-08-03 04:54:57 +00:00
Will Leinweber
fc018cdc47
Fix lsp reporting when v.source is nil (#1209) 2021-08-03 00:51:32 -04:00
kylo252
77e283bd9c
[Refactor] Allow editing default keymaps (#1213) 2021-08-02 17:42:56 -04:00
Chris
e0f0c81ea6 less needs something defined for formatters and linters 2021-08-02 15:04:10 -04:00
Luc Sinet
6d14d7b5da
[Refactor] Adopt which key mapping style (#1210)
* Refactor keymappings to match which-key style

* Update confif example + remove redundant way of registering mappings
2021-08-02 11:19:44 -04:00
Gauravsingh Sisodia
8e88bf5258
fix: comment typo (#1211) 2021-08-02 10:56:03 +00:00
Luc Sinet
d5557f56c8
Make keymaps of bufferline and compe configurable (#1205) 2021-08-02 10:35:46 +04:30
Chris
85208a4062 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-08-01 18:14:45 -04:00
Chris
94fda1e939 no more default stylua 2021-08-01 18:14:39 -04:00
Abouzar Parvan
fbbf1b22a4
fix the formatting :pepehands: (#1208) 2021-08-01 20:51:53 +00:00
christianchiarulli
611f502104 use hls 2021-08-01 16:07:47 -04:00
christianchiarulli
8e26c44ffd haskell support 2021-08-01 15:45:49 -04:00
Chris
0e05f05e9d respect override table 2021-08-01 15:13:56 -04:00
Chris
72f5a54ec2 compe doc options 2021-08-01 12:21:06 -04:00
Luc Sinet
341a17daa6
Fix formatting issues (#1200) 2021-08-01 10:02:19 +00:00
kylo252
e2dd993ce7
refactor null-ls (#1202) 2021-08-01 10:02:10 +00:00
Abouzar Parvan
30ad4b81f5
Hotfix/eslint d (#1198) 2021-08-01 09:57:15 +00:00
christianchiarulli
326ac09045 don't use the elm stuff provided in lspinstall path 2021-07-31 20:18:29 -04:00
christianchiarulli
8ee070833e fix linter present when executable not found 2021-07-31 19:45:42 -04:00
christianchiarulli
915603ed07 udpate colorscheme 2021-07-31 18:36:51 -04:00
Chris
2b09dbf098 cleanup old tab filetype specific code 2021-07-31 15:53:00 -04:00
Chris
db9adf2fb8 borders on docs 2021-07-31 15:47:08 -04:00
Chris
d7595fbb6a tab complete is more consistent 2021-07-31 15:22:15 -04:00
chaeing
213e3961fa
[Feature] Rename lv-config.lua to config.lua (#1193)
* Rename example config files

* Update user config path in installer

* Update user config path with a variable

* Update default user config file to config.lua

* Add fallback to lv-config if config.lua not found

* Add global variable USER_CONFIG_PATH
2021-07-31 14:28:59 -04:00
Abouzar Parvan
2badb25f36
why is eslint_d so bad (#1192) 2021-07-31 15:56:25 +00:00
Abouzar Parvan
c4bff33745
show the actual command (#1191) 2021-07-31 15:42:12 +00:00
rebuilt
d700a706b1
Wraps the logic in parenthesis so it works correctly (#1190) 2021-07-31 15:32:02 +00:00
Abouzar Parvan
de200da87d
fix eslint_d issue (#1189) 2021-07-31 15:29:52 +00:00
Chris
c1ace37154 gs for signature help 2021-07-31 10:46:34 -04:00
Luc Sinet
fe5daa722f
[Feature] Expose lsp config (#1156) 2021-07-31 14:12:29 +00:00
Geet Sethi
cf16a2e826
Add the better peek functions (#1172) 2021-07-31 13:44:08 +00:00
kylo252
8157f50d13
feat: get null-ls registered providers by filetype (#1186) 2021-07-31 13:04:22 +00:00
kylo252
f36082da0d
feat: add diagnostics source name (#1147) 2021-07-31 12:52:25 +00:00
Luc Sinet
679b8b69fb
[Refactor] Define keymapppings helpers in utils.keymap (#1176) 2021-07-31 12:47:31 +00:00
kylo252
d977e7384e
cleanup formatting handler (#1185) 2021-07-31 08:19:57 +00:00
Abouzar Parvan
2db171eee4
fix luacheck issues (#1184) 2021-07-31 07:45:01 +00:00
Abouzar Parvan
b9ca4a157e
make telescope keybindings more sane (#1154) 2021-07-31 00:33:23 -04:00
Chris
997acc5720 add on init to gdscript 2021-07-31 00:32:41 -04:00
MengChen. Huang
bfb85f9620
add gdscript lsp support (#1164) 2021-07-31 00:22:25 -04:00