dotfiles/nvim/.config/nvim/lua
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
..
autocmd.lua nvim: autocmd: On exit set cursor shape to horizontal & not vertical 2022-04-15 14:05:14 +05:30
keymappings.lua nvim: Use the new API for setting keymap 2022-04-16 14:27:22 +05:30
lsp.lua nvim: lsp: Sync with upstream 2022-05-01 19:50:07 +05:30
plugins.lua nvim: plugins: Drop toggleterm 2022-04-25 20:20:30 +05:30
treesitter.lua nvim: treesitter: Enable HTML 2022-02-17 15:08:04 +05:30
yolokai.lua nvim: yolokai: Sync with upstream 2022-04-21 20:32:40 +05:30