Commit graph

117 commits

Author SHA1 Message Date
Christian Chiarulli
d02265175f
Decoupling config from nvim (#1038) 2021-07-19 22:50:07 -04:00
Abouzar Parvan
e82fc442d0
move julia stuff to core/lang (#1023) 2021-07-19 16:17:50 +04:30
Ben Goldberg
849b28f153
Add setting to enable/disable the default lsp keybinds (#896) 2021-07-18 20:01:54 +00:00
Pasi Bergman
d9936b0d84
[Feature] Add Vue formatter (prettier) setup (#1016) 2021-07-18 14:36:08 -04:00
Abouzar Parvan
113f69c447
[Feature] Add R support (#965) 2021-07-18 17:56:51 +00:00
Abouzar Parvan
0e8f69f339
[Feature] Add swift support (#1002) 2021-07-18 17:56:31 +00:00
kylo252
59106e860e
[Refactor] Make default keybindings configurable (#988) 2021-07-18 17:49:41 +00:00
Abouzar Parvan
71e0266b4b
added support for svelte (#1008) 2021-07-17 19:11:26 -04:00
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
Abouzar Parvan
18209ed558
allow users to set disabled vim builtins (#948) 2021-07-17 02:40:50 -04:00
christianchiarulli
7232e0f7e0 fix borders and doc highlight 2021-07-16 23:22:02 -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
maxxnino
909b9cff87
Add format for zig (#991)
Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-07-16 11:23:17 -04:00
christianchiarulli
d8f030f813 another fix 2021-07-15 20:57:57 -04:00
christianchiarulli
a144fd5249 fix 2021-07-15 20:54:25 -04:00
christianchiarulli
3550d7c06a update 2021-07-15 20:49:33 -04:00
Abouzar Parvan
eb88a16c7e
add option to use change folding mode (#978) 2021-07-15 14:09:40 -04:00
UltimateOmega
b309c49981
[DEFAULT-CONFIG] Add sidescrolloff (#963) 2021-07-15 11:11:59 +00:00
christianchiarulli
6d9bd42c0f hlsearch true 2021-07-15 00:42:17 -04:00
christianchiarulli
f58782563e user toggleterm instead of fterm 2021-07-14 23:15:12 -04:00
Abouzar Parvan
f95e150518
Default config reformat (#951) 2021-07-14 21:14:25 -04:00
Abouzar Parvan
b034837613
Refactor of c/cpp lsp and formatting (#947) 2021-07-14 20:49:01 -04:00
Tiberiu Craciun
623c2e62b5
added default elixir formatter (#934) 2021-07-14 11:06:07 -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
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
christianchiarulli
3279553481 java default formatter 2021-07-13 20:57:58 -04:00
christianchiarulli
ef44a4f3c6 terraform formatter 2021-07-13 20:31:49 -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
Brandon Conway
08d930a6bb
Fix vsnip_dir typo (#916) 2021-07-14 01:35:35 +04:30
christianchiarulli
eceb656b4b poc with local prettier working 2021-07-13 00:48:37 -04:00
christianchiarulli
16d67ecf76 refactor, fix galaxyline 2021-07-12 21:59:16 -04:00
christianchiarulli
2423fcdc90 refactor single file 2021-07-12 21:11:43 -04:00
christianchiarulli
476f7bb22f poc for refactor into one file 2021-07-12 19:30:07 -04:00
Uzaaft
ed973fdb9d
Bugfix: Fixed edition issue with rustfmt. (#881) 2021-07-11 18:15:03 +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
christianchiarulli
c294f1fb02 add write to prettier command 2021-07-11 11:34:44 -04:00
christianchiarulli
e827008120 fix prettier issue with tailwindcss 2021-07-11 11:34:00 -04:00
Abouzar Parvan
427482bea5
if you open a file from telescope, you won't have file not found issues with prettier (#879) 2021-07-11 10:01:00 -04:00
William Goulois
26c5c74303
add eslint and eslint_d to efm (#877) 2021-07-11 09:36:35 -04:00
Abouzar Parvan
c6f831f590
stylua formatter issues fixed (#867) 2021-07-11 14:41:50 +04:30
Uzaaft
457d4ca244
MISC: Typo fix, and --@usage for python and rust (#795) 2021-07-11 13:12:55 +04:30
rob
f2e4f540a3
Line wrap cursor movement option (#855) 2021-07-11 12:30:15 +04:30
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
Chris
076de3fe2f refactor floatterm 2021-07-10 13:27:20 -04:00
Chris
9624905ad8 refactor treesitter 2021-07-10 10:51:47 -04:00
christianchiarulli
619709eb2f refactor settings for hotswap 2021-07-10 03:19:32 -04:00
christianchiarulli
e4e8b38012 refactor settings 2021-07-10 02:38:25 -04:00