Compare commits
2 Commits
coc
...
65a870fe98
| Author | SHA1 | Date | |
|---|---|---|---|
| 65a870fe98 | |||
| 20f8e92ab4 |
@@ -75,7 +75,7 @@ font:
|
|||||||
use_thin_strokes: true
|
use_thin_strokes: true
|
||||||
|
|
||||||
# Should display the render timer
|
# Should display the render timer
|
||||||
render_timer: false
|
# render_timer: false
|
||||||
|
|
||||||
# Colors (Pencil Dark)
|
# Colors (Pencil Dark)
|
||||||
# colors:
|
# colors:
|
||||||
|
|||||||
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"languageserver": {
|
|
||||||
"clangd": {
|
|
||||||
"command": "clangd",
|
|
||||||
"filetypes": ["c", "cpp"],
|
|
||||||
"rootPatterns": ["compile_flags.txt", "compile_commands.json" ]
|
|
||||||
},
|
|
||||||
"haskell": {
|
|
||||||
"command": "hie-wrapper",
|
|
||||||
"filetypes": ["haskell"],
|
|
||||||
"rootPatterns": [".stack.yaml", "cabal.config", "package.yaml"]
|
|
||||||
},
|
|
||||||
"scry": {
|
|
||||||
"command": "scry",
|
|
||||||
"filetypes": ["crystal"],
|
|
||||||
"rootPatterns": ["shard.yml"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user