Commit graph

19 commits

Author SHA1 Message Date
Gaétan Lepage
9d68949da7
plugins/nvim-lsp: keymaps options (#254) 2023-03-14 15:22:56 +01:00
Gaétan Lepage
8f266e86ef
plugins/nvim-lsp: made a new directory for language servers (#183) 2023-02-23 00:42:44 +01:00
Gaétan Lepage
bb3721e92d
nvim-lsp: added nvim-cmp completion capabilities (#158)
Co-authored-by: Pedro Alves <pta2002@pta2002.com>
2023-02-20 16:32:05 +00:00
Gaétan Lepage
264de8cefb
added formatter + reformat existing codebase (#175) 2023-02-20 10:42:13 +00:00
Pedro Alves
238f0c590e misc: fix mkEnableOption descriptions 2023-01-22 03:32:08 +00:00
traxys
23327700e2
plugins/rust-tools: Add a plugins for LSP extensions for rust-analyzer (#132) 2023-01-21 18:52:56 +00:00
Syahdan
472e10f069
lsp: add bufnr to passed argument (#82)
* lsp: add bufnr to passed argument

* lsp: add docs for last commit
2022-12-05 02:49:37 +00:00
Pedro Alves
f0ad4cd2ec lsp: fix issue with everything other than elixir 2022-10-22 22:15:03 +01:00
Pedro Alves
4ddd3969e5
nixvim: support standalone nixvim
This represents a major rearchitecture for nixvim, so I'm leaving this up to track the progress for now, and to serve as a reference for any breaking changes during transition.

The main change is, of course, being able to use nixvim standalone. To do this, you should use the new build function, which takes in two arguments: the system architecture (e.g. x86_64-linux) and the configuration. For the new configuration, do not use the programs.nixvim. prefix.

For module development, the main change is that you should no longer prefix your modules with programs.nixvim..
2022-09-18 11:19:23 +01:00
Alexander Nortung
d40a8b99f3
Refactor language servers and add eslint, jsonls, cssls and html servers. (#28)
* nvim-lsp: refactor of basic language servers

* nvim-lsp: added html, css, json and eslint language servers

* nvim-lsp: added gdscript lsp

* nvim-lsp: added vuels
2022-07-28 20:37:49 +01:00
imMaturana
ce16aebd2f nvim-lsp: add gopls support 2022-07-11 22:13:14 +01:00
Gabriel Maturana
9d1911a5d5
nvim-lsp: add zls support 2022-01-17 19:02:08 +00:00
Pedro Alves
f8b70a30ea coq-nvim: init plugin
still need to add most options, but this is enough to be usable
right now! This also sets up the work needed for other completion
frameworks, notably things like nvim-cmp and compe.
2022-01-09 23:04:12 +00:00
Pedro Alves
f477c5626d fully remove capabilities 2022-01-01 13:43:48 +00:00
Pedro Alves
3c9d3449ad disable LSP capabilities for now... (temp. fix #7)
This wasn't being used by anyone, but it's generating incorrect
code, for some reason
2022-01-01 13:39:13 +00:00
Builditluc
4f796070f9 fix nvim-lsp #7 2021-12-14 17:19:53 +00:00
Builditluc
42870eb04b nvim-lsp: add pyright lsp 2021-11-26 11:10:17 +00:00
Builditluc
1e98f2f597 nvim-lsp: add options 2021-11-26 11:10:17 +00:00
Pedro Alves
ba79ba0652 nvim-lsp: create nvim LSP plugin 2021-02-01 15:54:53 +00:00