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