Commit graph

76 commits

Author SHA1 Message Date
Abouzar Parvan
fe48ed9ef9
add scala and sbt support (#986) 2021-07-16 18:26:29 -04:00
christianchiarulli
554b6f086b add clojure lsp 2021-07-15 14:08:46 -04:00
christianchiarulli
cd72571a76 add erlang 2021-07-15 13:34:58 -04:00
UltimateOmega
21c515d8e3
[LANG] add basic files for Fish (#968) 2021-07-15 13:08:36 +00:00
Abouzar Parvan
64eeec3880
fixed styling issues (#952) 2021-07-15 05:51:16 +04:30
Abouzar Parvan
7dcdfae4fd
Update yaml.lua 2021-07-15 05:38:30 +04:30
Abouzar Parvan
5f7615957d
Update vue.lua 2021-07-15 05:38:18 +04:30
Abouzar Parvan
b034837613
Refactor of c/cpp lsp and formatting (#947) 2021-07-14 20:49:01 -04:00
Abouzar Parvan
e6de44e444
more language reformat (#949) 2021-07-14 20:48:05 -04:00
christianchiarulli
2a7b3d4892 reformat most langs 2021-07-14 18:50:07 -04:00
christianchiarulli
a0900923cf more refactor 2021-07-14 16:27:08 -04:00
Tiberiu Craciun
623c2e62b5
added default elixir formatter (#934) 2021-07-14 11:06:07 -04:00
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
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
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
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
christianchiarulli
eceb656b4b poc with local prettier working 2021-07-13 00:48:37 -04:00
Pasi Bergman
ab103baf51
Set root_dir for efm-langserver configurations (#899) 2021-07-12 17:03:20 -04: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
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
Abouzar Parvan
93379a2977
avoiding OCD attack with the help of folke/todo-comments (#839) 2021-07-10 17:34:20 -04:00
christianchiarulli
6d17635b31 refactor tex to use ftplugin only 2021-07-10 00:15:33 -04:00
christianchiarulli
a34b0836c0 update python debug check 2021-07-10 00:09:44 -04:00
christianchiarulli
92f6b59cda update some commands for jdtls 2021-07-10 00:09:33 -04:00
Chris
b157f8f4b8 java updates 2021-07-09 11:33:19 -04:00
hui.liu
8717f4f9a9
Refactor tsserver-ls as a shared module (#806) 2021-07-09 08:08:17 -04:00
Chris
a9e7b6ff8c document highlights from nvim jdtls 2021-07-09 02:09:45 -04:00
Chris
d539ec951c java tool working on mac 2021-07-09 01:37:03 -04:00
Chris
2279cb3e65 fix java on attach 2021-07-08 23:53:54 -04:00
Henrik Nilsson
d9fc6ec826
User config option to change Rust inline hint/param prefixes (#774)
* User configurable Rust inline hint prefixes

* Ordered the language list

* Rust param hints and ordered lang list
2021-07-08 12:58:22 -04:00
hui.liu
53fed9d655
Check lsp client is active for all language files (#790) 2021-07-08 12:35:41 -04:00
christianchiarulli
52b4476509 fix indents with lua 2021-07-06 22:23:19 -04:00
Pasi Bergman
f7aeeba663
Add csharp ls setup for cs filetype (#712) 2021-07-05 19:39:40 -04:00
Pasi Bergman
ca75cb5a49
Fix vue lsp root_dir configuration (#716) 2021-07-05 19:39:08 -04:00
Rafael
71c5cb4f0b
(feat) use neoformat as the defalt format option (#715) 2021-07-05 16:01:19 -04:00
christianchiarulli
279e01f2f3 debugging updates 2021-07-05 13:58:38 -04:00
Chris
a569128faa only when dap install is active 2021-07-05 10:36:01 -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
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03: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
Brandon Conway
a291b0597a
Solargraph uses stdio instead of --stdio (#642)
You can see this in the [default config](https://github.com/neovim/nvim-lspconfig/blob/master/lua/lspconfig/solargraph.lua).
2021-07-04 10:34:53 -04:00
christianchiarulli
e4da06abb0 disable rust for now 2021-07-04 01:44:55 -04:00