Commit graph

1600 commits

Author SHA1 Message Date
Midnight Exigent
1a26b973d1
Update rust.lua (#935) 2021-07-14 11:05:30 -04:00
not
acb685c093
feat: add css (and pre-processors) support (#937) 2021-07-14 11:05:09 -04:00
hui.liu
946b251233
Fix tsserver formatter not working (#925) 2021-07-14 11:35:25 +04:30
Huynh Viet
abab0d5e82
Typo (#924)
Fixed : E5108: Error executing lua /home/qvieth/.config/nvim/ftplugin/cpp.lua:4: attempt to index field 'c' (a nil value)  while using Formatted for C
2021-07-14 01:43:09 -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
hui.liu
07199a3082
Allow override tsserver formatter args (#921) 2021-07-14 00:46:01 -04:00
hui.liu
64045a40df
Fix dashboard which key still appears when dashboard disabled (#923)
* Fix dashboard which key still appears when dashboard disabled

* Prevent override user_which_key
2021-07-14 00:45:11 -04:00
hui.liu
3dfb4184b7
Add formatter for typescript and typescriptreact (#920) 2021-07-14 00:37:26 -04:00
hui.liu
75b5cc4d9f
Improve error message in lv-config file (#922) 2021-07-14 00:36:57 -04:00
Chris
f87e85a032 already namespaced, will also move these to a dir called language 2021-07-14 00:29:47 -04:00
Chris
2d65ffcff2 begine language refactor 2021-07-14 00:21:32 -04:00
Christian Chiarulli
a097fa4c04
LunarVim 0.4.8 (#919) 2021-07-13 21:13:55 -04:00
christianchiarulli
3279553481 java default formatter 2021-07-13 20:57:58 -04:00
christianchiarulli
0bdba7a00c remove this 2021-07-13 20:57:27 -04:00
christianchiarulli
ef44a4f3c6 terraform formatter 2021-07-13 20:31:49 -04:00
christianchiarulli
73cf3258d7 remove this 2021-07-13 20:31:41 -04:00
Abouzar Parvan
de7ec62f5f
Added default formatters (#908)
* added default formatters for a couple of langs

* fix: sugesstions from tastyep

* allow users to change default formatters

* suggestion: mellow pointed out the telescope issue

* we don't need to use formatter.setup
2021-07-13 19:49:36 -04:00
James Walmsley
6bbc082f57
[WHICH-KEY] Use wk.register() to handle the overrides. (#915) 2021-07-14 01:36:19 +04:30
Brandon Conway
08d930a6bb
Fix vsnip_dir typo (#916) 2021-07-14 01:35:35 +04:30
Chris
127359e431 always close tree, there is a bug with nvimtree if you don't autoclose where the buffer you open will inherit the settings of the tree buffer 2021-07-13 11:43:04 -04:00
hui.liu
6f0c8c20ff
Add telescope cycle prompt history keymappings (#909) 2021-07-13 11:28:16 -04:00
Abouzar Parvan
cae6b7da4c
fix the installation stuck on Ok to remove (#912) 2021-07-13 11:27:38 -04:00
rebuilt
e78b5845c1
Update .gitignore
Add a folder for user configuration that users can hook into for managing their configs in a git repo.
2021-07-13 14:12:54 +02:00
christianchiarulli
359b6fd8e4 protected call for formatter.nvim 2021-07-13 01:08:03 -04:00
christianchiarulli
eceb656b4b poc with local prettier working 2021-07-13 00:48:37 -04:00
christianchiarulli
4fad35a7e1 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-12 21:59:20 -04:00
christianchiarulli
16d67ecf76 refactor, fix galaxyline 2021-07-12 21:59:16 -04:00
ksyx
15ed5bafd5
fix: clicking made with lua icon opens a deadlink (#906) 2021-07-13 01:57:12 +00:00
Abouzar Parvan
b98646ce7a
we should install O.user_plugins (#905) 2021-07-13 01:51:49 +00:00
Abouzar Parvan
d8268b5368
indent_line no more (#903) 2021-07-13 01:31:50 +00:00
christianchiarulli
40209461a4 move user autocommands to bottom of table 2021-07-12 21:14:28 -04:00
christianchiarulli
cbc301b76a Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-12 21:11:50 -04:00
christianchiarulli
2423fcdc90 refactor single file 2021-07-12 21:11:43 -04:00
Aaron Keisler
57893b3988
fix: comment typo (#902) 2021-07-13 00:16:25 +00:00
christianchiarulli
476f7bb22f poc for refactor into one file 2021-07-12 19:30:07 -04:00
Pasi Bergman
ab103baf51
Set root_dir for efm-langserver configurations (#899) 2021-07-12 17:03:20 -04:00
Luc Sinet
abdf383aa9
Define keymappings using a mapping table (#753)
🚀
2021-07-12 23:57:23 +04:30
christianchiarulli
2219012a9c decrease brightness 2021-07-12 12:56:04 -04:00
christianchiarulli
e780972b30 spacegray now in lua 2021-07-12 12:51:49 -04:00
Chris
83602dc563 Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling 2021-07-12 12:17:59 -04:00
Chris
7677f220b7 vim-rooter is essential 2021-07-12 11:58:30 -04:00
Abouzar Parvan
14ce9d462c
updated according to #878 2021-07-12 15:54:13 +00:00
Abouzar Parvan
076b8420d5
we should have clearly defined goals (#891) 2021-07-12 08:10:53 -04: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
Abouzar Parvan
e3fb747131
Update README.md 2021-07-12 05:57:38 +00:00
Resat Kubilay Kandemir
a54fab3c6a
Now, cssls and autocomplete now works with css scss sass files (#846)
* Now, cssls and autocomplete now works with css scss sass files

* Now, cssls and autocomplete now works with css scss sass files
2021-07-12 00:56:39 -04:00