rockerBOO
a7ac020003
docs: Need neovim nightly
2020-09-10 15:35:29 -04:00
rockerBOO
37152f07fe
docs: Align params in pipeline
2020-09-10 13:52:21 -04:00
rockerBOO
c2f58e25fd
docs: Tabs to spaces
2020-09-10 13:50:23 -04:00
rockerBOO
dabefe0f3e
docs: tabs > spaces, add more optional options
2020-09-10 13:49:07 -04:00
rockerBOO
ee42124ecd
docs: Add Requirements and more examples.
2020-09-10 13:32:53 -04:00
TJ DeVries
a9ffc18830
feat: add border and borderchars
2020-09-10 12:00:29 -04:00
TJ DeVries
fe7a7b4657
Don't let begin error when he makes bad stuff
2020-09-10 11:29:55 -04:00
TJ DeVries
d42b057f64
feat: add filetype
2020-09-10 11:23:04 -04:00
TJ DeVries
969e49c577
builtin.fd -> builtin.find_files
2020-09-10 11:16:10 -04:00
TJ DeVries
e1ded1a01d
Allow easily changing grep arguments
2020-09-10 11:11:17 -04:00
Christian Clason
5a3b76b9ed
rounded corners ( #48 )
2020-09-10 10:27:56 -04:00
TJ DeVries
f50e504ae4
fix: Close should put you back in original window id
2020-09-10 10:25:32 -04:00
rockerBOO
2958dfc4d5
fix: j/k in normal mode
2020-09-09 14:11:04 -04:00
Dave Lage
a7256a0c30
Use vim in README
2020-09-09 03:12:43 -04:00
Dave Lage
04f46439aa
Merge pull request #46 from rockerBOO/mappings-docs
...
Add Mappings to README
2020-09-09 02:31:46 -04:00
rockerBOO
f35d59734e
Add mappings to readme
2020-09-09 02:29:41 -04:00
TJ DeVries
a6e8b63709
feat: add flex
2020-09-09 00:18:54 -04:00
TJ DeVries
fe7dec6339
fix: don't accidentally mess with state
2020-09-09 00:18:43 -04:00
TJ DeVries
b0faec6dd9
temp: limit requests for live grep
2020-09-08 23:29:29 -04:00
TJ DeVries
c70bbf804c
fix: set some opts for bat
2020-09-07 11:11:00 -04:00
TJ DeVries
c98c4917be
feat: no longer need to set minheight in window_options
2020-09-07 10:54:36 -04:00
TJ DeVries
dffcef9470
fix: Close termopen jobs when done
...
TODO: Still need to fix the rest of em. And I see lots of repeated
code... we will need to fix that.
Also adjusted some bat options.
2020-09-07 10:47:11 -04:00
Dave Lage
1b04f99e42
Merge pull request #39 from rockerBOO/docs
...
docs: Add treesitter to optional list.
2020-09-07 01:17:32 -04:00
rockerBOO
856de19d15
docs: Add treesitter to optional list.
2020-09-07 01:16:16 -04:00
Dave Lage
a665cd2848
Merge pull request #38 from rockerBOO/docs
...
docs: Add available API
2020-09-07 00:49:09 -04:00
rockerBOO
24bc752bdc
fix: grammar
2020-09-07 00:47:28 -04:00
rockerBOO
c15d3d6814
docs: Add available API
2020-09-07 00:43:47 -04:00
TJ DeVries
11a3c70609
Begin work on larger global config, to tailor defaults
2020-09-07 00:20:08 -04:00
smolck
2592586533
View the planets ( #12 )
...
* add planets viewer builtin
* Remove print statement
* Don't use fzf & echo
* Add all planets as files and refactor accordingly
* Remove planets.lua
* add the moon
* example ofe how to do this without ls everywhere
* fix rebase and update to new style
Co-authored-by: TJ DeVries <devries.timothyj@gmail.com >
2020-09-06 23:07:51 -04:00
runiq
675e240383
Normalize mappings ( #28 )
...
Modes now use lowercase keys, mappings use the internal representation
via `nvim_replace_termcodes()`.
2020-09-06 22:51:36 -04:00
Brian Ryall
b065423013
added treesitter builtin ( #31 )
...
* added treesitter builtim
* fixed treesitter pr comments
* fix the buffer previewer to keep lnum visable
2020-09-06 22:48:36 -04:00
TJ DeVries
0185d9b6b0
fix: err msg
2020-09-05 23:34:52 -04:00
Subeet Kumar Dutta
d3c9b65252
added preview for files which spaces in names. ( #35 )
...
TODO: Still need to do better escaping.
2020-09-05 15:49:01 -04:00
TJ DeVries
639497ae6d
feat: version check
2020-09-05 15:15:15 -04:00
TJ DeVries
a0318bfc2a
fix: respect path over filename
2020-09-05 07:36:06 -04:00
TJ DeVries
c70d6e58a0
feat: add buffer list ( #30 )
...
NOTE: Buffer entry sometimes uses unstyled window, and I can't figure out why.
* feat: add buffers
* fixup
2020-09-05 07:34:38 -04:00
Simon Hauser
4abb5f7867
Adds split and tabedit mappings. Adopted by fzf.vim ( #29 )
2020-09-04 15:48:00 -04:00
runiq
f5f1275411
Fix mapping prefix ( #26 )
...
`<cmd>` doesn't trigger `InsertLeave`.
2020-09-04 14:27:39 -04:00
TJ DeVries
a6c883ce36
breaking: change attach_mappings to take bufnr as first argument
2020-09-04 11:01:10 -04:00
TJ DeVries
14310ee6b1
fix: Don't push past midnight. You'll make clason's stuff break :/
2020-09-04 09:49:10 -04:00
TJ DeVries
996f69465e
feat: vertical layouts. see 'layout_strategy'
2020-09-04 00:36:28 -04:00
TJ DeVries
839f57efb3
feat: Major improvements in API. Particularly relating to entries.
2020-09-03 23:56:49 -04:00
TJ DeVries
737363097b
Readme updates
2020-09-03 16:30:03 -04:00
Dave Lage
318a011be6
Add arrow key mappings for insert and normal mode. ( #21 )
2020-09-03 13:27:30 -04:00
TJ DeVries
1ce5eaad7a
fix: Prevent people from erroring from having new lines in display
2020-09-03 11:59:51 -04:00
TJ DeVries
b04ec331c4
feat: Add cool mapping for <C-R> in command mode
2020-09-03 11:18:08 -04:00
TJ DeVries
d48a2933d5
fix: clear last line
2020-09-02 19:11:38 -04:00
TJ DeVries
061307233c
feat: add some new items and make mappings easier
2020-09-02 00:06:07 -04:00
Himanshu
9f906f0392
Added functionality to view and navigate loclist ( #17 )
2020-09-01 22:34:21 -04:00
TJ DeVries
39096492ab
feat/hack: Add builtin.builtin
2020-09-01 22:27:50 -04:00