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

auto complete does not work #175

Open
kafussl opened this issue Feb 28, 2019 · 0 comments
Open

auto complete does not work #175

kafussl opened this issue Feb 28, 2019 · 0 comments

Comments

@kafussl
Copy link

kafussl commented Feb 28, 2019

Hello,
I configured my .zshrc file as stated in the manual (with fpath before and after autoload and compinit)

# autocomplete for timetrap https://github.com/samg/timetrap
fpath=(/var/lib/gems/2.5.0/gems/timetrap-1.15.1/completions/zsh $fpath)
autoload -U compinit
compinit

But when I try auto complete with tab, the following error is written instantly in the shell
t s ......No such file or directory - sqlite3

Probably a sqlite3 problem but I couldn't find any hints how to solve the problem. The database as written in the config file exists. Any hints appreciated.

Config file on my xubuntu

database_file: "/home/xxx/.timetrap.db"
round_in_seconds: 900
append_notes_delimiter: " "
formatter_search_paths:
- "/home/xxx/.timetrap/formatters"
default_formatter: text
auto_sheet: dotfiles
auto_sheet_search_paths:
- "/home/xxx/.timetrap/auto_sheets"
default_command: 
auto_checkout: false
require_note: false
note_editor: false
week_start: Monday

Thanks in advance

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