David JULIEN
ecc15d8798
[nvim] fix: texlab command for lsp
...
specified the path to lsp server
2021-10-18 22:48:42 +02:00
David JULIEN
17f7b09431
[nvim] feat: remove sumneko_lsp submodule
...
!!! BREAKING: install sumneko_lua through nvim
2021-10-17 12:46:32 +02:00
David JULIEN
c2e341f23e
cleanup: rename module local name
...
lsp -> M
2021-10-12 19:08:51 +02:00
David JULIEN
101d37ff52
feat: update lsp config
...
c: make nvim-cmp capabalities available
lua: ignore some non-standard keywords
2021-10-12 14:01:37 +02:00
David JULIEN
09b2d82212
feat: apply changes of neovim LSP
...
LSP diagnostics changed names
2021-09-25 17:39:20 +02:00
David JULIEN
2b9ba03eaf
refactor: configure LSP in ~/.config/nvim/lua/lsp
...
-> moved from ~/.config/nvim/
.../nvim/lua/lsp/init.lua now has a setup() function
!!! nvim-lspconfig is now lazy-loaded
-> packer checks filetype (see .../nvim/plugins.lua)
2021-07-22 23:05:08 +02:00
David JULIEN
9f56efa64a
feat: LaTeX LSP configuration
2021-05-24 23:59:54 +02:00
David JULIEN
98a005d6f3
feat: clangd setup
2021-05-23 00:49:37 +02:00
David JULIEN
6e23ee1e40
feat: move lsp mappings to nvim/lua/maps.lua
2021-05-22 01:04:35 +02:00
David JULIEN
694b9d4024
feat: add auto complete icons
2021-05-21 22:49:05 +02:00
David JULIEN
7e3cc716c5
feat: configure lua LSP for neovim
2021-05-21 22:49:05 +02:00
David JULIEN
4959c90448
feat: update LSP icons (signcolumn + statusline)
...
also add a globals.lua file
2021-05-21 11:58:59 +02:00
David JULIEN
32680ec340
feat: configure LSP in neovim
...
add LSP config in $XDG_CONFIG_HOME/nvim/lua/lsp
add language servers:
- clangd (C/C++)
- jedi (Python)
2021-05-19 11:56:12 +02:00