Commit graph

118 commits

Author SHA1 Message Date
Christian Chiarulli
6d7dd14245
Standardize compe builtin (#1083)
* use lvim.builtin for compe

* fix example config

Co-authored-by: Chris <chris@macbook.local>
2021-07-25 00:40:19 -04:00
Christian Chiarulli
98f8a77819
New contract (#1080)
Changes to the global config object

O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins

Null-ls has replaced both formatter.nvim and nvim-lint
2021-07-24 21:17:11 -04:00
kylo252
840e07c7fc
[Feature] Make common_on_attach configurable (#1024) 2021-07-21 02:04:44 +04:30
Abouzar Parvan
2827ed76ab
enables testing again (#1039) 2021-07-20 15:05:35 +00:00
Christian Chiarulli
d02265175f
Decoupling config from nvim (#1038) 2021-07-19 22:50:07 -04:00
Luc Sinet
1399d2670a
Replace which with command -v (#1032) 2021-07-19 21:03:31 +04:30
Luc Sinet
a3ab8b0df8
[Bugfix] lint script files (#1026) 2021-07-19 20:50:54 +04:30
kylo252
59106e860e
[Refactor] Make default keybindings configurable (#988) 2021-07-18 17:49:41 +00:00
Kai
5fb24d2bd8
remove ranger and ueberzug (#1014) 2021-07-18 16:36:43 +04:30
Abouzar Parvan
f5991a9d1b
updated readme (#1000) 2021-07-17 18:00:36 +04:30
chaeing
1f5fd93f80
[Refactor] nvimtree to be configurable (#970)
* Refactor nvimtree to be configurable

* Correct the location of .stylua.toml in Contrib.md

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-07-17 02:42:55 -04:00
Luc Sinet
836286798e
[Feature] add linter support (#982) 2021-07-16 18:30:38 -04:00
Abouzar Parvan
fe48ed9ef9
add scala and sbt support (#986) 2021-07-16 18:26:29 -04:00
kylo252
5f6f5a735d
[Feature] Add an installer for Stylua (#977) 2021-07-15 20:59:59 +04:30
christianchiarulli
f58782563e user toggleterm instead of fterm 2021-07-14 23:15:12 -04:00
PZ31k0nauT
b6c8d4b2a2
User configurable latex lsp#2 (#861)
* Adjust tex.lua and default-config for lsp magic

With this commit table elements are added to default-config.lua, which
are referenced in tex.lua. The settings are set to default.

This enables the user to configure settings accordingly inside of
lv-config.lua.
- build arguments
- forwardsearch executable e.g. zathura
- forwardsearch arguments for chosen executable are implemented
  automatically
- handlers for virtual_text, signs, underline and update_in_insert are
  set to the default

* Added Texlab-Build and Forward as which-keys

With this commit the two commands `:TexlabBuild` and `:TexlabForward`
are added as which-keys under the category +LaTeX.

- b is for TexlabBuild
- p is for TexlanForward (Preview)

* Change which-key for +Latex

The which-key for +Latex has to be changed because `L` is already used
by +Lush.

With this commit the which-key for +Latex is changed to `t`.

* Add documentation of options

All configurable texlab option is documented in lv-config.example.lua.

Also a link to the documentation of the options from latex-lsp/texlab
is added.
2021-07-14 01:42:36 -04:00
Abouzar Parvan
cae6b7da4c
fix the installation stuck on Ok to remove (#912) 2021-07-13 11:27:38 -04:00
Abouzar Parvan
d8268b5368
indent_line no more (#903) 2021-07-13 01:31:50 +00:00
Abouzar Parvan
384ef7fa25
Update lv-config.example.lua 2021-07-12 14:31:19 +04:30
Uzaaft
99be32d0ce
Added --edition parameter to lv-config examples. (#890) 2021-07-12 14:29:36 +04:30
Abouzar Parvan
1fbde6b563
goimports instead of goimport (#889) 2021-07-12 11:06:39 +04:30
Abouzar Parvan
fc5412033d
Update lv-config.example.lua 2021-07-12 05:59:21 +00:00
Abouzar Parvan
21a174faac
Update lv-config.example-no-ts.lua 2021-07-12 05:58:52 +00:00
Jacek Kiedrowski
2a1acc7968
Added autosave on focus loss option and list of errors to be ignored to vimtex. (#873) 2021-07-11 18:07:08 +00:00
Uzaaft
457d4ca244
MISC: Typo fix, and --@usage for python and rust (#795) 2021-07-11 13:12:55 +04:30
Kai
b68950978a
adding branch support (#852) 2021-07-10 19:25:35 -04:00
Abouzar Parvan
93379a2977
avoiding OCD attack with the help of folke/todo-comments (#839) 2021-07-10 17:34:20 -04:00
Abouzar Parvan
0f7c876e93
WIP: using formatter.nvim instead of neoformat (#781) 2021-07-10 14:18:28 -04:00
Abouzar Parvan
0f48285c61
updated readme according to default_plugin changes (#833) 2021-07-10 09:27:55 -04:00
christianchiarulli
1a8539fed9 update example configs 2021-07-09 22:04:14 -04:00
Chris
a1cab20efa remove extra .lua 2021-07-08 20:50:20 -04:00
Chris
6dce1e950a mv ts config 2021-07-08 20:48:30 -04:00
Chris
b5c1dd6b47 try without tsupdate 2021-07-08 20:07:55 -04:00
christianchiarulli
583d0b8af1 open automatically 2021-07-08 19:03:25 -04:00
christianchiarulli
05b564179f test 2021-07-08 19:01:05 -04:00
christianchiarulli
f20cbc740c test again 2021-07-08 18:59:44 -04:00
christianchiarulli
934535df61 test 2021-07-08 18:57:58 -04:00
christianchiarulli
caa93e627c Merge branch 'master' of github.com:ChristianChiarulli/LunarVim 2021-07-08 18:56:45 -04:00
christianchiarulli
89ba71ff8a test 2021-07-08 18:56:39 -04:00
Abouzar Parvan
4ce73cdddb
pain and suffering (#801) 2021-07-08 18:51:33 -04:00
christianchiarulli
2b864e8517 update 2021-07-08 18:48:02 -04:00
christianchiarulli
354360400f udpate config example 2021-07-08 18:45:42 -04:00
christianchiarulli
5f1f6600cd try cq 2021-07-08 18:42:12 -04:00
christianchiarulli
b88f189c49 update installer 2021-07-08 18:40:35 -04:00
christianchiarulli
6e8bbd1572 test 2021-07-08 18:31:14 -04:00
christianchiarulli
4146865add new command for tsupdate 2021-07-08 18:24:16 -04:00
christianchiarulli
45d51e65d4 try with diff config 2021-07-08 18:14:12 -04:00
christianchiarulli
f93e1f0f00 refactor 2021-07-08 18:02:41 -04:00
christianchiarulli
b762ba7d1d tryy with silent 2021-07-08 17:54:34 -04:00
christianchiarulli
18aae15201 write to log file 2021-07-08 17:43:42 -04:00