@@ -22,6 +22,22 @@
 | 
			
		||||
      "args": ["start"],
 | 
			
		||||
      "filetypes": ["sh"],
 | 
			
		||||
      "ignoredRootPaths": ["~"]
 | 
			
		||||
    },
 | 
			
		||||
    "ccls": {
 | 
			
		||||
      "command": "ccls",
 | 
			
		||||
      "filetypes": ["c", "cpp", "objc", "objcpp"],
 | 
			
		||||
      "rootPatterns": [
 | 
			
		||||
        ".ccls",
 | 
			
		||||
        "compile_commands.json",
 | 
			
		||||
        ".vim/",
 | 
			
		||||
        ".git/",
 | 
			
		||||
        ".hg/"
 | 
			
		||||
      ],
 | 
			
		||||
      "initializationOptions": {
 | 
			
		||||
        "cache": {
 | 
			
		||||
          "directory": "/tmp/ccls"
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "solargraph.commandPath": "~/.gem/ruby/2.6.0/bin/solargraph",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user