dotfiles/nvim/.config/nvim/lua
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
..
autocmd.lua nvim: plugins: For handling files with ANSI escape sequences better 2021-07-12 12:23:52 +05:30
keymappings.lua nvim: keymappings: Fix mapping for replace word 2021-11-18 13:25:40 +05:30
lsp.lua nvim: plugins/lsp: Drop null-ls 2021-11-28 17:53:42 +05:30
plugins.lua nvim: plugins/lsp: Drop null-ls 2021-11-28 17:53:42 +05:30
treesitter.lua nvim: treesitter: Drop clojure and fennel 2021-10-14 14:41:39 +05:30
yolokai.lua nvim: yolokai: Sync with nvim-highlite upstream 2021-09-13 18:00:40 +05:30