Compare commits

...

2 Commits

Author SHA1 Message Date
65a870fe98 Fix deprecated alacritty option 2019-06-24 20:15:27 -07:00
20f8e92ab4 Delete CoC settings from non-CoC branch. 2019-06-20 20:57:22 -07:00
2 changed files with 1 additions and 20 deletions

View File

@@ -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:

View File

@@ -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"]
}
}
}