This commit is contained in:
josean-dev 2022-10-25 16:40:14 -04:00
commit 6f83b8bf62
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@ null_ls.setup({
diagnostics.eslint_d.with({ -- js/ts linter diagnostics.eslint_d.with({ -- js/ts linter
-- only enable eslint if root has .eslintrc.js (not in youtube nvim video) -- only enable eslint if root has .eslintrc.js (not in youtube nvim video)
condition = function(utils) condition = function(utils)
return utils.root_has_file(".eslintrc.js") return utils.root_has_file(".eslintrc.js") -- change file extension if you use something else
end, end,
}), }),
}, },

View file

@ -24,6 +24,7 @@
- [Neovim](https://neovim.io/) (Version 0.8 or Later) - [Neovim](https://neovim.io/) (Version 0.8 or Later)
- [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font - [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font
- [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder - [Ripgrep](https://github.com/BurntSushi/ripgrep) - For Telescope Fuzzy Finder
- If working with typescript/javascript and the typescript language server like me. You might need to install node.
If you're on mac, like me, you can install iTerm2, Neovim and Ripgrep with homebrew. If you're on mac, like me, you can install iTerm2, Neovim and Ripgrep with homebrew.
```bash ```bash