Commit graph

105 commits

Author SHA1 Message Date
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
christianchiarulli
c899acb744 using bufferline, barbar had too many conflicts unfortunately 2021-07-04 01:31:08 -04:00
PZ31k0nauT
632e7bf194
Rename latex.lua to tex.lua (#633) 2021-07-03 21:18:22 -04:00
James Walmsley
af3e51eec8
[LSP] clang - Support autoformat for all file-types. (#634) 2021-07-03 21:16:24 -04:00
christianchiarulli
a8ccb55260 eslint working (fixes) prettier working (with node modules) 2021-07-03 18:50:21 -04:00
Mayank Dutta
7dc564c427
added Clangd format_on_save (#621)
* clang autoformat do save lot of trouble

* clang autoformat do save lot of trouble

* clang indentation done, comments updated

* clang indentation done, comments updated

Co-authored-by: Mayank Sharma <info@Mayanks-MacBook-Air.local>
2021-07-03 17:13:57 -04:00
Chris
98c4324084 elixir updates 2021-07-03 11:32:28 -04:00
Rohit Patil
f7132edd54
Show all LSP Clients attached to the Buffer in GalaxyLine Bar (#611)
* [UPDATE] change efm filetypes to only python

* [UPDATE] shows all LSP Clients in galaxyline
2021-07-03 11:27:00 -04:00
James Walmsley
ca057a2823
[LSP] c/cpp - Fix to clang default config. (#612) 2021-07-03 11:25:35 -04:00
maxxnino
b6942d5025
auto detect file for zig, and language server for zig (#604)
Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-07-03 01:41:32 -04:00
Chris
27f662efa7 remove emmet 2021-07-02 21:04:10 -04:00
James Walmsley
af207091bc
[LSP] clang - Better defaults for clangd. (#601) 2021-07-02 19:44:18 -04:00
James Walmsley
85c24bc2f7
[FTPLUGIN] Rename cpp -> c neovim sources c for c and cpp. (#598) 2021-07-02 16:20:09 -04:00
christianchiarulli
20ed47e21e lsp in ftplugin austonautomoy 2021-07-01 23:42:26 -04:00
Eliaz Bobadilla
10589dcdf1
🎨 Update ftplugin (#432) 2021-05-27 00:04:30 -04:00
Eliaz Bobadilla
b12cd861c1
Use setlocal insted of set (#404)
* setlocal insted of set for css

Check `:h setl`

* setlocal insted of set for html

* setlocal insted of set for js

* setlocal insted of set for jsreact

* setlocal insted of set for yaml
2021-05-18 00:06:40 -04:00
Chris
605161450f updates 2021-03-23 02:35:03 -04:00
Chris
89fac34ca8 update javascript 2021-03-23 01:44:13 -04:00
Chris
f5184ed9d0 fix tab stuff 2021-03-23 01:12:50 -04:00
Chris
be6c6ca92f udpates 2021-03-16 22:06:38 -04:00
Chris
4433ad011a simplifying things 2021-03-13 01:40:17 -05:00
Chris
9379982b7e vscodium updates 2020-09-01 20:34:19 -04:00
Chris
29b0a5c478 auto push 2020-04-23 22:44:32 -04:00
Chris
62b3ee68bd auto push 2020-04-02 15:41:30 -04:00
Chris
2154a69ae8 auto push 2020-04-02 15:10:17 -04:00
ChristianChiarulli
1b5b78fdac fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing 2019-02-26 20:31:15 -05:00
ChristianChiarulli
b8f455cbfb added stuff for js 2019-02-17 12:03:58 -05:00