Iron-E
31a79a8f54
ref(Layer): use vim.notify
2022-05-16 15:32:44 -04:00
Iron-E
944eb0c262
fix(Layer): correctly prevent error from printing
2022-05-16 15:28:29 -04:00
Iron-E
84eaaae9ab
chore(Layer): remove unused function
2022-05-16 15:28:22 -04:00
Iron-E
117e31eccd
ref(Layer): use :map
for :enter
...
`:map` can now handle buffer-locals, so we should just use that.
2022-05-16 15:28:22 -04:00
Iron-E
ff804a3e34
fix(Layer): handle mapping to new mode
2022-05-16 15:28:22 -04:00
Iron-E
0d009b0fcc
fix(Layer): normalize buffer = true|false
2022-05-16 15:26:33 -04:00
Iron-E
4cf98788a0
style(Layer): alphabetize functions
2022-05-16 14:25:46 -04:00
Iron-E
21aee625f3
fix(Layer): un/mapping from buffer
2022-05-16 14:25:46 -04:00
Iron-E
70c3585da3
docs(libmodal): add missing @class
annotations
...
This should help the LSP reason about what is being imported
2022-05-08 23:44:39 -04:00
Iron-E
a81c06464b
ref(libmodal): make api func names more obvious
2022-05-08 22:28:46 -04:00
Iron-E
cf1bca1f8f
ref(libmodal): use vim.notify
for errors
...
This allows for integration with `nvim-notify` and others.
2022-05-08 22:27:58 -04:00
Iron-E
55a0bcca00
docs: make comments conform in case
2022-04-26 11:33:37 -04:00
Iron-E
fe1596e7bc
docs: new public functions
2022-04-26 11:14:55 -04:00
Iron-E
49a02ad692
merge!: cleanup the plugin
...
This was my first plugin. Looking back on it, it was full of bad
design decisions (and I have elected to keep most of the user-facing
ones for backwards-compatability). This merge tries to uncrustify the
plugin by standardizing the documentation, removing much unecessary
code, reorganizing the internal structures, and removing references to
my own made-up terminology.
2022-04-25 17:59:33 -04:00
Iron-E
822614e7e8
docs(README): make less wordy
2022-04-24 11:34:00 -04:00
Iron-E
cbf7358c27
docs: indicate Neovim 0.7 requirement
2022-04-20 13:50:29 -04:00
Iron-E
0af6b6d168
chore(libmodal): remove checks for nvim 0.5
...
Since the plugin now requires Neovim 0.7, there's no reason to check
for Neovim 0.7
2022-04-20 13:49:52 -04:00
Iron-E
dfcc57dd49
chore(Prompt): remove unused function
2022-02-17 17:40:12 -05:00
Iron-E
1933c1d6dc
perf: use vim.ui
instead of vim.fn
2022-02-17 17:40:11 -05:00
Iron-E
7d1d39f915
Merge branch 'feature/001--lua-runtime'
2022-01-03 12:32:53 -05:00
Iron-E
58fcc4f532
docs(README): update line highlight range
2021-09-27 15:12:13 -04:00
Iron-E
3ed176b75c
docs(README): update link to feline config
2021-09-24 23:41:41 -04:00
Iron-E
75c0f06477
docs(README): add feline.nvim
config
2021-09-24 23:41:35 -04:00
Iron-E
73d0e234be
docs(README): update link to feline config
2021-09-13 22:04:18 -04:00
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