Commit Graph

30 Commits (8c164b811d962f9c4b15e25fa7ff5048859c50b3)

Author SHA1 Message Date
Iron-E 8c164b811d
perf: general improvements
I forgot to break it up into individual commits, and I ain't going
backwards now.
1 year ago
Iron-E ba75e9b4d3
ref: make workspace diagnostics more accurate 1 year ago
Iron-E 0eb4afcc5b
ref: workspace diagnostics 1 year ago
Iron-E 4a31e56e63
ref(Layer): move `replace_termcodes` to `utils.api`
It is a utility function for an API function, so it belongs here.
2 years ago
Iron-E 70c3585da3
docs(libmodal): add missing `@class` annotations
This should help the LSP reason about what is being imported
2 years ago
Iron-E a81c06464b
ref(libmodal): make api func names more obvious 2 years ago
Iron-E 55a0bcca00
docs: make comments conform in case 2 years ago
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.
2 years ago
Iron-E b4419002a2
perf: don't make local copies of global `vim` module 3 years ago
Iron-E afdfadf365
ref: use Neovim 0.5
BREAKING CHANGE: now requires Neovim 0.5
3 years ago
Iron-E d4e25db4c3
Address Popup errors when switching tabs 4 years ago
Iron-E c570e3886c
Fix bad reference to vim.api 4 years ago
Iron-E 84797013b4
Begin doc updates; add API exit function 4 years ago
Iron-E 66483babc9
Fix pasting into command line 4 years ago
Iron-E dc16475788
Rework imports 4 years ago
Iron-E 481ce853ca
Bug fixes 4 years ago
Iron-E 523261dcbc
Initial conversion of prompt 4 years ago
Iron-E 41564fa9f3
Begin conversion to OO-centered programming 4 years ago
Iron-E a9acffeb3c
Fix bug where nvim_lecho causes tables to grow infinitely 4 years ago
Iron-E 1946b0927f
Finish libmodal-lua docs 4 years ago
Iron-E 55629e77a0
Begin work on dev documentation 4 years ago
Iron-E 148d925866
Add more features to prompt 4 years ago
Iron-E da236baab7
Finish intial implemention of prompts 4 years ago
Iron-E 1e121622f8
Refine prompts; completions can't exist until 0.5 4 years ago
Iron-E 88371b5ff0
Finish translating examples and fix all mode bugs 4 years ago
Iron-E d6056571d2
Begin translating examples to test implementation; fix many bugs 4 years ago
Iron-E 742be23d1b
Fix loading bugs & add parseTable:get() 4 years ago
Iron-E 7df77f13fc
Continue translating 4 years ago
Iron-E f70704ea6a
Improve ParseTable; continue mode.enter 4 years ago
Iron-E b35e436abc
Structural improvements; begin to implement mode.enter 4 years ago