dotfiles/nvim/.config/nvim
Marty Oehme 2ad1389329
nvim: Extend lsp for nvim lua development
Added new functionality to lsp: hovering, go-to definition, referencing,
implementations, etc accessible through the usual hotkeys.

Added commands to invoke LspHover and temporarily disable lsp for the
current buffer (is re-enabled on re-entering the buffer, e.g. with
:e<cr>)

Added tjdevries extended lua lsp implementation containing functionality
for the nvim api itself (especially useful for `vim.api`, `vim.fn`).
2020-10-09 22:11:06 +02:00
..
after nvim: Change default foldlevel to 3 2020-10-09 22:07:30 +02:00
lua nvim: Extend lsp for nvim lua development 2020-10-09 22:11:06 +02:00
modules_experimental Remove experimental modules, add initial foldlevel 2020-02-04 11:40:06 +01:00
plugin nvim: Extend lsp for nvim lua development 2020-10-09 22:11:06 +02:00
spell nvim: Add workaround for completion-nvim bug 2020-10-08 10:34:45 +02:00
init.vim nvim: Extend lsp for nvim lua development 2020-10-09 22:11:06 +02:00
maps.vim nvim: Remove pencil to fix relative cursor movement 2020-10-08 20:38:50 +02:00
watch.lua nvim: Improve lsp source chaining 2020-10-02 11:56:31 +02:00