Commit graph

957 commits

Author SHA1 Message Date
Pasi Bergman
ca75cb5a49
Fix vue lsp root_dir configuration (#716) 2021-07-05 19:39:08 -04:00
rebuilt
4a589526bc
Merge pull request #692 from atropos112/master
Fixes error where configuration file was not loaded for vimtex.
2021-07-06 01:01:47 +02:00
Sv7n
113f73100d Cleaner way to load vimtex config thanks to rebuilt. 2021-07-05 23:39:01 +01:00
Jacek Kiedrowski
5b49774744
Merge branch 'ChristianChiarulli:master' into master 2021-07-05 23:26:25 +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
christianchiarulli
5c73e9bea5 fix user config 2021-07-05 16:05:15 -04:00
Rafael
71c5cb4f0b
(feat) use neoformat as the defalt format option (#715) 2021-07-05 16:01:19 -04:00
christianchiarulli
9d399314d4 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-05 15:35:12 -04:00
christianchiarulli
be9a5a0889 user defined plugins 2021-07-05 15:35:06 -04:00
Jacek Kiedrowski
64e544b561
Merge branch 'ChristianChiarulli:master' into master 2021-07-05 20:34:22 +01:00
J.B.C
b6f724a2b5
Testimonials (#713)
* testimonial test

* testimonial test2

* fix(testimonials): moving testimonials to the bottom
2021-07-05 15:32:45 -04:00
Jacek Kiedrowski
1f32f7737a
Merge branch 'ChristianChiarulli:master' into master 2021-07-05 20:15:25 +01:00
christianchiarulli
6b41286d70 updated autocommands for user 2021-07-05 14:49:07 -04:00
Nawfal bin Mohmad Rouyan
d178870db6
Ensure the keymap set in lua/lv-autopairs/init.lua works as expected. (#684)
Please refer to https://github.com/windwp/nvim-autopairs#mapping-cr nvim-compe section.

If this keymap is preferred, maybe we can remove the map set in autopairs.
2021-07-05 14:47:27 -04:00
Robin Kautz
cea4976066
switch to absolute line numbers in insert mode (#702)
* switch to absolute line numbers in insert mode

* made aucmd respect cursorline setting
2021-07-05 14:37:01 -04:00
rebuilt
a0e2823f7f
Adds: packer keybindings (#709) 2021-07-05 14:36:30 -04:00
christianchiarulli
279e01f2f3 debugging updates 2021-07-05 13:58:38 -04:00
Robin Kautz
1940bd26a6
evenly resize split windows (#698)
* evenly resize split windows

* fixed indention
2021-07-05 12:02:05 -04:00
Pasquale
246afe05d0
add SignColumn to transparent window option (#701) 2021-07-05 12:01:38 -04:00
jimcornmell
c7ff6f2b6f
Add True/False to dial (#707)
For languages like Python.
2021-07-05 12:01:10 -04:00
kjssad
5eed5cf3ec
Add borders to lsp popups (#686)
* feat(lsp): add single type border to hover popup

* feat(lsp): add single type border to signatureHelp

* feat(lsp): add border to line diagnostic popup

* feat(lsp): use global option to configure borders
2021-07-05 10:43:37 -04:00
Chris
018343d44a Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-05 10:36:10 -04:00
Chris
a569128faa only when dap install is active 2021-07-05 10:36:01 -04:00
Sv7n
97d7adfb2f lv-vimtex exists but wasn't called, no config was called. 2021-07-05 12:43:59 +01:00
Robin Kautz
bd9296c4e8
fixes condition to use local prettier (#678) 2021-07-05 03:21:41 -04:00
Chris
b4a9023c9e remove lspsaga 2021-07-05 02:57:06 -04:00
Chris
8fba9ecfd1 add ! to close the tab 2021-07-05 01:08:56 -04:00
Chris
af5d292fbf basic python debugging 2021-07-05 00:52:36 -04:00
Chris
4bbf4c290a rename to docker file 2021-07-04 23:25:16 -04:00
christianchiarulli
3376118304 emmet-ls technically doesn't support react 2021-07-04 22:56:20 -04:00
Chris
3b066db64d Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-04 22:49:54 -04:00
Chris
0b251be44c shelfing null-ls for now, seems to slow things down significantly 2021-07-04 22:49:47 -04:00
Rafael
81dc6b918b
(typo) ingore .stylua.toml in root of project 2021-07-04 23:35:14 -03:00
maxime50
d876d89c30
Remove extras Config option since extras plugins are enabled individualy now (#673)
* Remove `extras` Global Config

* remove white space

Co-authored-by: maxime50 <>
2021-07-04 22:14:09 -04:00
Rafael
d8a3a552d6
[IMPORTANT] Now using stylua for formatting.
* This was discussed in #652

* For now on, we're gonna use stylua for formatting the project, the config is located
in `utils/.stylua.toml`, Use it before pushing changes.
2021-07-04 22:34:46 -03:00
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03:00
Jacek Kiedrowski
b461c878e6
Changed ft of latex (lervag/vimtex) to correct 'tex' value. Need to run PackerInstall, Compile etc to make it work after this change. (#670) 2021-07-04 19:00:32 -04:00
maxime50
d2324d14e1
Better JS/TS Development Experience (#667)
Co-authored-by: Maxime <m.romero@progtechinformatique.ca>
2021-07-04 18:22:10 -04:00
christianchiarulli
f93c007962 Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-04 15:14:36 -04:00
christianchiarulli
6934262a5d cleaner tree 2021-07-04 15:14:31 -04:00
James Walmsley
37057d7c4b
[KEYMAP] Support quickfix navigation with [q / ]q (#660) 2021-07-04 15:08:41 -04:00
christianchiarulli
e2b84f742c Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-04 15:01:15 -04:00
christianchiarulli
b73ccf803d galaxyline will follow theme colors, still need themes that support these hl groups tho 2021-07-04 15:01:09 -04:00
Kai
1125c2c990
typo Bdelete instead of bdelete (#666) 2021-07-04 14:21:46 -04:00
christianchiarulli
fdac614a3b much more handsome bufferline 2021-07-04 13:30:32 -04:00
christianchiarulli
49c93a6229 load keymaps before config 2021-07-04 12:58:24 -04:00
PZ31k0nauT
7cd58b1228
Basics for php lsp (#664)
* Update php.lua

* Update default-config.lua

* Update lv-config.example.lua
2021-07-04 12:50:38 -04:00
christianchiarulli
927d5b165e remove whitespace 2021-07-04 12:44:38 -04:00