dotfiles/nvim/.config/nvim
Sanchayan Maity 59c9556325 nvim: lsp: Sync with upstream
vim.lsp.buf.formatting function is deprecated and now replaces all the
below three functions with vim.lsp.buf.format.

- vim.lsp.buf.formatting
- vim.lsp.buf.formatting_sync
- vim.lsp.buf.formatting_seq_sync

client.resolved_capabilities is no longer used. One must now access
client.server_capabilities which matches the same structure as the
protocol.

https://microsoft.github.io/language-server-protocol/specification

See neovim commit c618b31.
2022-05-01 19:50:07 +05:30
..
after nvim: after/ftplugin/dirvish: Set bufhidden to hide 2022-04-28 15:20:44 +05:30
autoload nvim: autoload/git: Use difftool for review 2022-04-03 08:53:46 +05:30
colors nvim: yolokai: Sync with upstream 2022-04-21 20:32:40 +05:30
compiler nvim: after/ftplugin/rust: Set compiler and makeprg 2021-10-17 18:30:31 +05:30
ftdetect nvim: ftdetect: Drop nix ftdetect 2022-01-26 10:32:11 +05:30
lua nvim: lsp: Sync with upstream 2022-05-01 19:50:07 +05:30
plugin nvim: plugin/epoch-converter: Fix timestamp conversion helper 2022-04-15 11:09:29 +05:30
init.lua Allow seamless navigation between vim and tmux splits 2022-03-27 16:12:08 +05:30