mirror of
https://github.com/josean-dev/dev-environment-files.git
synced 2025-01-08 01:11:12 +01:00
Merge branch 'main' of https://github.com/josean-dev/dev-environment-files
This commit is contained in:
commit
6f83b8bf62
2 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ null_ls.setup({
|
|||
diagnostics.eslint_d.with({ -- js/ts linter
|
||||
-- only enable eslint if root has .eslintrc.js (not in youtube nvim video)
|
||||
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,
|
||||
}),
|
||||
},
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
- [Neovim](https://neovim.io/) (Version 0.8 or Later)
|
||||
- [Nerd Font](https://www.nerdfonts.com/) - I use Meslo Nerd Font
|
||||
- [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.
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue