Skip to content

Commit 89b15d6

Browse files
authored
Add floating window mode (#3)
1 parent cf6653b commit 89b15d6

File tree

4 files changed

+378
-16
lines changed

4 files changed

+378
-16
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/.DS_Store
22
__pycache__/
33
vimrc
4+
notes

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[[source]]
2+
name = "pypi"
23
url = "https://pypi.org/simple"
34
verify_ssl = true
4-
name = "pypi"
55

66
[packages]
77
neovim = "*"
88
python-dotenv = "*"
99
revchatgpt = "*"
1010

1111
[dev-packages]
12-
yapf = "*"
1312
isort = "*"
13+
yapf = "*"
1414

1515
[requires]
1616
python_version = "3.9"

Pipfile.lock

+107-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)