dotfiles/nvim/.config/nvim
Sanchayan Maity 49cf726ce0 nvim: plugins/lsp: Drop null-ls
See the below issue
https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/issues/87

We went with null-ls because we wanted formatting with prettier. Also
null-ls was recommended by nvim-lsp-ts-utils.

The advantage of null-ls is it provides formatting and diagnostics
together in one package.

However, we will get prettier by another means and for linting switch to
nvim-lint.
2021-11-28 17:53:42 +05:30
..
after nvim: plugin: Move gdb_helper to it's appropriate directory 2021-11-18 13:25:14 +05:30
autoload nvim: autoload/git: Fix the arguments to difftool 2021-10-20 22:14:05 +05:30
colors nvim: Switch to hop and drop sneak 2021-11-17 11:13:14 +05:30
compiler nvim: after/ftplugin/rust: Set compiler and makeprg 2021-10-17 18:30:31 +05:30
ftdetect nvim: treesitter: Add fish and nix 2021-05-14 19:36:43 +05:30
lua nvim: plugins/lsp: Drop null-ls 2021-11-28 17:53:42 +05:30
plugin nvim: plugin: Move gdb_helper to it's appropriate directory 2021-11-18 13:25:14 +05:30
init.lua nvim: init: Update vim diagnostic config 2021-11-19 15:12:29 +05:30