Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot open file using g:floatLf_lf_open #10

Open
phongvcao opened this issue Aug 9, 2020 · 0 comments
Open

Cannot open file using g:floatLf_lf_open #10

phongvcao opened this issue Aug 9, 2020 · 0 comments

Comments

@phongvcao
Copy link

phongvcao commented Aug 9, 2020

When I tried the keybinding of g:floatLf_lf_open to open the file, I got the following message:

 pynvim.api.common.NvimError: Vim:E492: Not an editor command: LfFocusPrev

Here is my floatLf-nvim config:

" floatLf-nvim settinngs
let g:floatLf_autoclose = 1
let g:floatLf_border = 1
let g:floatLf_topleft_border = ''
let g:floatLf_topright_border = '' 
let g:floatLf_botleft_border = '' 
let g:floatLf_botright_border = '' 
let g:floatLf_vertical_border = '' 
let g:floatLf_horizontal_border = '' 
let g:floatLf_lf_close = 'q'
let g:floatLf_lf_open = 'oo'
let g:floatLf_lf_split = 'ov'
let g:floatLf_lf_vsplit = 'oh'
let g:floatLf_lf_tab = 'ot'

Here is my nvim --version:

$ nvim --version
NVIM v0.4.3
Build type: Release
LuaJIT 2.1.0-beta3
Compilation: /usr/bin/cc -g -O2 -fdebug-prefix-map=/build/neovim-htvphN/neovim-0.4.3=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=1 -DDISABLE_LOG -Wdate-time -D_FORTIFY_SOURCE=1 -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wshadow -Wconversion -Wmissing-prototypes -Wimplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=always -DINCLUDE_GENERATED_DECLARATIONS -D_GNU_SOURCE -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -I/build/neovim-htvphN/neovim-0.4.3/build/config -I/build/neovim-htvphN/neovim-0.4.3/src -I/usr/include -I/usr/include/lua5.1 -I/build/neovim-htvphN/neovim-0.4.3/build/src/nvim/auto -I/build/neovim-htvphN/neovim-0.4.3/build/include
Compiled by [email protected]

Features: +acl +iconv +tui
See ":help feature-compile"

   system vimrc file: "$VIM/sysinit.vim"
  fall-back for $VIM: "/usr/share/nvim"

Run :checkhealth for more info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant