We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20be68 commit a1580fcCopy full SHA for a1580fc
plugin/vim-npr.vim
@@ -4,7 +4,7 @@ let g:vim_npr_max_levels = 5
4
5
" Default file names to try if gf is run on a directory rather than a specific file.
6
" Checked in order of appearance. Empty string to check for exact file match first.
7
-let g:vim_npr_file_names = ["", ".js", "/index.js"]
+let g:vim_npr_file_names = ["", ".js", "/index.js", "/index.jsx"]
8
9
" A list of file extensions that the plugin will actively work on.
10
let g:vim_npr_file_types = ["js", "jsx", "css", "coffee"]
0 commit comments