Remove Fireplace config since it breaks coc.nvim
parent
fe56d7ad0d
commit
7bb1d343d6
|
@ -5,3 +5,4 @@ snippets-mru
|
||||||
commands
|
commands
|
||||||
*-history.json
|
*-history.json
|
||||||
lists
|
lists
|
||||||
|
memos.json
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"diagnostic.virtualText": true,
|
"diagnostic.virtualText": true,
|
||||||
"flutter.sdk.flutter-lookup": "asdf which flutter",
|
"flutter.sdk.flutter-lookup": "asdf which flutter",
|
||||||
"flutter.sdk.dart-lookup": "asdf which dart",
|
"flutter.sdk.dart-lookup": "asdf which dart",
|
||||||
"python.linting.enabled": false,
|
|
||||||
"languageserver": {
|
"languageserver": {
|
||||||
"kotlin": {
|
"kotlin": {
|
||||||
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
"command": "~/lsp/kotlin/server/bin/kotlin-language-server",
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
{}
|
|
|
@ -2,4 +2,4 @@
|
||||||
" - Fireplace.vim config -
|
" - Fireplace.vim config -
|
||||||
" -----------------------------------------------------------------------------
|
" -----------------------------------------------------------------------------
|
||||||
|
|
||||||
nmap gd <Plug>FireplaceTag
|
" nmap gd <Plug>FireplaceTag
|
||||||
|
|
Loading…
Reference in New Issue