New nvim user needs help with null-ls #842
Replies: 2 comments 3 replies
-
Take a look at this guide to learn about configuring Neovim using I can't really provide any advice on choosing linters, since in most cases the answer is "whatever your projects are already using". I imagine most React projects are using ESLint, which we have available as a source for diagnostics, formatting, and code actions, but beyond that I can't really say. |
Beta Was this translation helpful? Give feedback.
-
hi @aidanmatchette , you can look at the my config for python. you don't need to relay on null-ls for black. neovim it self provides the way of formatting with black(see my keymaps). I've combined isort and black to one keybinding. https://github.com/HarshilPatel007/learn-vim/tree/neovim.
|
Beta Was this translation helpful? Give feedback.
-
Hey, I am new to nvim, loving the customization abilities so far. I am trying to set up a good null-ls config for primarily react.js and python development. I have failed miserably. I would like to use black and prettierd as formatters and am open to suggestions on what to use as a linter. Any help on creating a working null-ls setup and where to put it in my config files would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions