chipsenkbeil / chipsenkbeil/distant.nvim

Installation failed: Missing quote: ':lua require()

Open
#131 1 comment 3 reactions 0 assignees View on GitHub
Dominant language
Lua
Stars
1.4k
Forks
16
PR merge metrics
No merged PRs in 30d

Description

I'm trying to install the plugin. After inserting this code in vim config:
```
Plug 'chipsenkbeil/distant.nvim', {
\ 'branch': 'v0.3',
\ 'do': ':lua require("distant"):setup()'
\ }
```
I get an error when I run vim:
```
Error detected while processing /Users/unnamed777/.config/nvim/init.vim:
line 67:
E115: Missing quote: ':lua require()
E116: Invalid arguments for function plug#
Press ENTER or type command to continue
```

If I replace `"` with `''` (`':lua require(''distant''):setup()'`), the error disappers and `:PlugInstall` seems to install the plugin successfully. But after I restart vim there is no `:Distant*` commands.

nvim: 0.9.1 LuaJIT 2.1.0-beta3
vim-plug: 0.13.0 (latest)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.