Commit graph

139 commits

Author SHA1 Message Date
Chris
e984fa3c93 some todos 2021-07-25 03:10:08 -04:00
Chris
b694a3ddc2 better logic for null-ls 2021-07-25 02:49:16 -04:00
Chris
425b312799 idk how python got there 2021-07-25 02:30:46 -04:00
Christian Chiarulli
1c3b80d041
implement language overrides (#1081)
Co-authored-by: Chris <chris@macbook.local>
2021-07-25 00:13:35 -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
PBird
ecb02ba7fe
fix document highlight bug for javascript,typescript... (#1017) 2021-07-19 21:14:44 +04:30
Luc Sinet
bdd6e0cf37
Fix reports from luacheck (#1031) 2021-07-19 20:42:59 +04:30
JVaverka
fe69c43d66
[Feature]: Add language server support for Julia (#423) (#918) 2021-07-19 12:03:57 +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
dd4dbdd184
[Bugfix] Fix tsserver lsp setup. Fix ts-fmt-lint setup (#1013) 2021-07-18 14:38:41 -04:00
christianchiarulli
a3f3f3b60c nil check for extended args 2021-07-18 14:10:15 -04:00
William Goulois
75fab5cea1
fix: diagnostics level for eslint and $ missing (#1001) 2021-07-17 09:46:31 -04:00
christianchiarulli
ad373002d8 this throws errors sometimes 2021-07-17 00:11:18 -04:00
christianchiarulli
30a9becf6d global virtualtext is respected for js 2021-07-16 18:32:43 -04:00
christianchiarulli
3550d7c06a update 2021-07-15 20:49:33 -04:00
christianchiarulli
a0900923cf more refactor 2021-07-14 16:27:08 -04:00
Chris
3214ffed7a language template 2021-07-14 12:54:26 -04:00
hui.liu
946b251233
Fix tsserver formatter not working (#925) 2021-07-14 11:35:25 +04:30
hui.liu
07199a3082
Allow override tsserver formatter args (#921) 2021-07-14 00:46:01 -04:00
hui.liu
3dfb4184b7
Add formatter for typescript and typescriptreact (#920) 2021-07-14 00:37:26 -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
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
Rafael
c41d900bb9
add function to preview definitions (#883)
* add function to preview definitions

* add funciton to preview types and implementations

* add borders

Co-authored-by: Abouzar Parvan <abzcoding@users.noreply.github.com>
2021-07-12 00:21:07 -04:00
Pasi Bergman
a7fb911586
Enable emmet-ls on vue filetype (#875) 2021-07-11 09:37:59 -04:00
William Goulois
26c5c74303
add eslint and eslint_d to efm (#877) 2021-07-11 09:36: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
christianchiarulli
f30158d3e3 change formatter to exe 2021-07-10 14:53:01 -04:00
christianchiarulli
ff89ebd8e6 namespace document highlight under lsp 2021-07-10 02:38:38 -04:00
hui.liu
8717f4f9a9
Refactor tsserver-ls as a shared module (#806) 2021-07-09 08:08:17 -04:00
Abouzar Parvan
2866ba528c
fix styling issues (#811) 2021-07-09 08:07:25 -04:00
hui.liu
35e37f06da
Setup tailwindcss-ls (#729) 2021-07-06 12:18:03 -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
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
christianchiarulli
3376118304 emmet-ls technically doesn't support react 2021-07-04 22:56:20 -04:00
Chris
0b251be44c shelfing null-ls for now, seems to slow things down significantly 2021-07-04 22:49:47 -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
Chris
0d14b91e1e seems to disable everything we may have to use a more complicated method 2021-07-04 10:22:16 -04:00
rob
1ed7392534
Prevent startup errors on first run (#645) 2021-07-04 10:07:11 -04:00
christianchiarulli
a8ccb55260 eslint working (fixes) prettier working (with node modules) 2021-07-03 18:50:21 -04:00
James Walmsley
c05eaf4537
[LSP] key-bind - ca is the nvim default for "change around". (#602) 2021-07-03 11:36:36 -04:00
christianchiarulli
20ed47e21e lsp in ftplugin austonautomoy 2021-07-01 23:42:26 -04:00
Chris
e541ef5482 fix autoformatting 2021-06-30 22:09:18 -04:00
christianchiarulli
9e7ad60747 refactor autocommands 2021-06-30 18:45:40 -04:00
Abouzar Parvan
758798b6f9
added rust-tools thanks to bob3000 (#544)
* added rust-tools

* require_plugin has been removed
2021-06-29 17:49:23 -04:00