Clean up + add tsconfig.json to doom-project-root-files
This commit is contained in:
parent
3df6a810e9
commit
bf34bf5dfb
1 changed files with 3 additions and 4 deletions
|
@ -35,11 +35,10 @@ before killing processes. If there are no buffers with matching major-modes, it
|
|||
gets killed.")
|
||||
|
||||
(defvar doom-project-root-files
|
||||
'(".git" ".hg" ".svn" ".project" "local.properties" "project.properties"
|
||||
"rebar.config" "project.clj" "SConstruct" "pom.xml" "build.sbt"
|
||||
"build.gradle" "Gemfile" "requirements.txt" "tox.ini" "package.json"
|
||||
'(".git" ".hg" ".svn" "rebar.config" "project.clj" "SConstruct" "pom.xml"
|
||||
"build.sbt" "build.gradle" "Gemfile" "requirements.txt" "package.json"
|
||||
"gulpfile.js" "Gruntfile.js" "bower.json" "composer.json" "Cargo.toml"
|
||||
"mix.exs")
|
||||
"mix.exs" "tsconfig.json")
|
||||
"A list of files that count as 'project files', which determine whether a
|
||||
folder is the root of a project or not.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue