Commit Graph

123 Commits

Author SHA1 Message Date
Iron-E
9e8005a4fe
docs(README): add feline.nvim config 2021-09-13 18:26:00 -04:00
Iron-E
b4419002a2
perf: don't make local copies of global vim module 2021-09-08 15:05:28 -04:00
Iron-E
afdfadf365
ref: use Neovim 0.5
BREAKING CHANGE: now requires Neovim 0.5
2021-07-07 14:25:53 -04:00
Iron-E
06648c277b
perf(plugin): simplify lua 2021-07-07 12:40:52 -04:00
Iron-E
3aff4c7108
chore(autoload): remove unused function 2021-07-07 12:40:33 -04:00
Iron-E
e3cf6d4c3e
perf(plugin): use lua for plugin initialization
SEE #10
2021-06-13 12:48:07 -04:00
Iron-E
3b85822b91
docs(help): prompt.enter {supressExit} parameter 2020-12-19 18:27:35 -05:00
Iron-E
a389bc6d4e
feat(Prompt): allow exit supression
Previously, we could set a `:h libmodal-exit-supression` flag in order
to stop the modes from automatically exiting upon an <Esc> press. This
commit adds this functionality to `Prompt`s so that the same may be done
for them.
2020-12-19 18:26:17 -05:00
Iron-E
afe38ffc20
fix(Popup): don't override open() options
The window options were overriding the passed in options. We shouldn't
do that.
2020-12-13 19:29:09 -05:00
Iron-E
81abfff50c
feat(Popup): allow override of default config
Before we did not allow the default config to be overridden, but now we
do.
2020-12-13 18:44:05 -05:00
Iron-E
0f9b51cb0c
Merge pull request #9 from maisiliym/maisiliym/main
docs: fix error
2020-12-12 18:20:10 +00:00
Iron-E
045d2ef6a8
docs(libmodal-lua): add separator for Mode
The previous commit didn't catch everything.
2020-12-10 19:22:26 +00:00
Iron-E
8b7533ce84
docs(libmodal-lua): separate vars and functions
The function separators were mistakenly used for both variables _and_ functions previously. Then, we removed the function separators by accident in order to correct it.

This re-established the previous separation by correctly distinguishing variables and functions.
2020-12-10 19:20:32 +00:00
li
e031250f12
fix docs error 2020-12-10 09:08:18 +00:00
Iron-E
932eb5cd78
ref(Popup): set Popup.window to nil after :close()
Before this commit, Popup.window would only be set to `nil` if there was
a valid window found. It is proposed that `nil` shuold be set especially
if there is no valid window found, as an invalid window value shouldn't
be kept around.
2020-11-29 17:06:19 -05:00
Iron-E
97f0ac7922
Document changes 2020-11-22 15:57:08 -05:00
Iron-E
d4e25db4c3
Address Popup errors when switching tabs 2020-11-22 15:50:53 -05:00
Iron-E
d00feb0ad3
Fix bug where empty string causes empty libmodal name 2020-11-18 15:56:16 -05:00
Iron-E
c9dd739eb0
Don't use buffer variable 2020-11-13 20:45:52 -05:00
Iron-E
636c8bfe75
Update documentation 2020-11-13 20:18:27 -05:00
Iron-E
f335c7c142
Statusline support 2020-11-13 19:59:50 -05:00
Iron-E
dee1f0f895
Add mroe helpful links to README 2020-09-11 14:41:00 -04:00
Iron-E
f45afa796e
Fix broken reference in docs 2020-09-10 17:16:10 -04:00
Iron-E
ac97661680
Merge pull request #7 from Iron-E/feature/lua-function-instructions
Feature/lua function instructions
2020-09-10 17:02:46 -04:00
Iron-E
d35778cf91
Add more tests 2020-09-10 16:50:32 -04:00
Iron-E
8d99e05af5
Update docs 2020-09-10 16:39:31 -04:00
Iron-E
c570e3886c
Fix bad reference to vim.api 2020-09-10 14:34:52 -04:00
Iron-E
84797013b4
Begin doc updates; add API exit function 2020-09-10 14:30:43 -04:00
Iron-E
2844351594
Add tests; fix bugs with Help and ParseTable 2020-09-09 22:35:52 -04:00
Iron-E
57fcf4b1c1
Add ability to specify lua functions as instructions; TODO docs 2020-09-09 13:24:48 -04:00
Iron-E
38b7261a97
Match libmodal prompt highlight group to documentation 2020-09-08 11:34:20 -04:00
Iron-E
00b5b38204
Merge pull request #6 from Iron-E/feature/vim-libmodal-compatability
Feature/vim libmodal compatability
2020-08-27 16:10:35 +00:00
Iron-E
5fca6440aa
Add comments to examples 2020-08-27 12:10:01 -04:00
Iron-E
8df9f63b9e
Add version restriction to the docs 2020-08-27 11:44:36 -04:00
Iron-E
f6813a55c1
Add more examples 2020-08-27 11:44:36 -04:00
Iron-E
26164953b6
Adjust documentation 2020-08-27 11:44:36 -04:00
Iron-E
0c3b58540e
Add checks for string arguments 2020-08-27 11:44:28 -04:00
Iron-E
075a3072bb
Merge pull request #5 from Iron-E/bugfix/0.6.3
Bugfix/0.6.3
2020-08-27 15:29:14 +00:00
Iron-E
d3e601a520
Replace broken references to utils.api 2020-08-26 16:44:06 -04:00
Iron-E
66483babc9
Fix pasting into command line 2020-08-26 16:44:06 -04:00
Iron-E
b976bf06e0
Merge pull request #3 from Iron-E/bugfix/0.6.2
Bugfix/0.6.2
2020-07-04 03:24:33 +00:00
Iron-E
f190a91d81
Cleanup using sumneko_lua 2020-07-03 13:01:04 -04:00
Iron-E
94ed9463bf
Fix modes entering after errors 2020-07-03 13:00:50 -04:00
Iron-E
ec768908e4
Add fixes to changelog 2020-06-01 18:14:36 -04:00
Iron-E
6980811a21
Fix names with multiple spaces 2020-06-01 17:59:02 -04:00
Iron-E
a8a7f0917e
Correct reference to 'stringSplit' 2020-06-01 01:57:23 -04:00
Iron-E
a794a1497e
Fix bug with modes that have multiple words 2020-06-01 01:54:43 -04:00
Iron-E
85214c7487
Remove name 2020-05-26 15:48:44 -04:00
Iron-E
b4eef027f5
Document changes to ParseTable 2020-05-26 15:06:05 -04:00
Iron-E
5d0a8be10e
Cleanup for release candidate 2020-05-26 00:51:33 -04:00