dotfiles/nvim/.config/nvim/lua
Sanchayan Maity 269382b363
nvim: lsp-utils: Set capabilities
We missed setting this and it gives an error like below when using
HLS and rust-analyzer.

```bash
LSP[rust-analyzer]: Error SERVER_REQUEST_HANDLER_ERROR: "/usr/local/share/nvim/runtime/lua/vim/lsp/_watchfiles.lua:199: attempt to index field 'capabilities' (a nil value)"
```
2023-05-25 13:41:58 +05:30
..
autocmd.lua nvim: Fix group argument to nvim_create_autocmd 2022-05-06 12:04:35 +05:30
keymappings.lua nvim: Use mappings for copying entire buffer & drop textobj-entire 2022-12-28 19:51:34 +05:30
lsp-utils.lua nvim: lsp-utils: Set capabilities 2023-05-25 13:41:58 +05:30
lsp.lua nvim: lsp: Update completion kind symbols 2023-05-03 11:19:57 +05:30
plugins.lua nvim: plugins: Remove auto-session 2023-05-01 11:30:28 +05:30
treesitter.lua nvim: plugins/treesitter: Drop playground 2023-02-28 00:05:45 +05:30
yolokai.lua nvim: yolokai: Sync with upstream 2023-01-04 13:54:10 +05:30