Commit graph

52 commits

Author SHA1 Message Date
christianchiarulli
d6b00cec25 fix losing dashboard command add whichkey binding for lunarconfig 2021-07-06 23:08:53 -04:00
Chris
00bf949fe8 custom whichkey entries 2021-07-06 21:42:26 -04:00
Chris
8c9ddc7090 manual formatting with neoformat 2021-07-06 20:50:57 -04:00
Chris
716f127e95 wrap requires in pcall 2021-07-06 20:42:29 -04:00
christianchiarulli
0e2ad0c1fe testing autosave config poetnetially unstable 2021-07-06 19:15:37 -04:00
Jonathan Raines
f6e377fcfe
Replace LazyGit Plugin with FTerm Instance (#717)
* Replace LazyGit Plugin with FTerm Instance

* Added  gg keybind to FTerm LazyGit

* Added check to see if lazygit is installed

* Changed lazyload event to prevent error when called from dashboard on startup

* Removed lazygit plugin.  Changed Fterm lazy loading

* Made the executable check more universal for when we include other terminal applications

Co-authored-by: rebuilt <memoryman51@hotmail.com>
2021-07-06 13:40:10 -04:00
christianchiarulli
15603354ac remove plugin bloat 2021-07-06 11:30:01 -04:00
Joan López
08ebd34a43
add top level keybinding for symbols outline. (#728) 2021-07-06 10:03:42 -04:00
abzcoding
b6caebf60f telescope project and packer had the same keybinding 2021-07-06 10:09:37 +04:30
christianchiarulli
9b10d9298c going back to barbar 2021-07-05 16:17:51 -04:00
christianchiarulli
be9a5a0889 user defined plugins 2021-07-05 15:35:06 -04:00
rebuilt
a0e2823f7f
Adds: packer keybindings (#709) 2021-07-05 14:36:30 -04:00
kjssad
5eed5cf3ec
Add borders to lsp popups (#686)
* feat(lsp): add single type border to hover popup

* feat(lsp): add single type border to signatureHelp

* feat(lsp): add border to line diagnostic popup

* feat(lsp): use global option to configure borders
2021-07-05 10:43:37 -04:00
Chris
b4a9023c9e remove lspsaga 2021-07-05 02:57:06 -04:00
Chris
8fba9ecfd1 add ! to close the tab 2021-07-05 01:08:56 -04:00
Chris
af5d292fbf basic python debugging 2021-07-05 00:52:36 -04:00
Rafael
9f511bcb59
start formatting rules 2021-07-04 22:14:01 -03:00
maxxnino
bf41c5630a
Fix close buffer command according to new bufferline plugin (#650)
* auto detect file for zig, and language server for zig

* fix close buffer command according to new bufferline plugin

Co-authored-by: maxxnino <idonthaveemail@dontknow.com>
2021-07-04 10:26:52 -04:00
Chris
0d14b91e1e seems to disable everything we may have to use a more complicated method 2021-07-04 10:22:16 -04:00
rob
1ed7392534
Prevent startup errors on first run (#645) 2021-07-04 10:07:11 -04:00
James Walmsley
61fb01ec8e
[WHICH-KEY] Add SymbolsOutline mapping. (#599) 2021-07-03 16:41:26 -04:00
Cam Spiers
c1c4e63e5b
Add snap as an optional alternative to telescope (#582)
Co-authored-by: Cam Spiers <cam.spiers@jnctn.nz>
2021-07-02 14:18:57 -04:00
Chris
73e7e6aa73 trying out new colorscheme 2021-07-02 12:55:45 -04:00
Chris
c71db74574 more lush support 2021-07-02 12:28:16 -04:00
tafryn
9bb4f8a085
Fix incorrect variable name (#579) 2021-07-01 21:06:07 -04:00
Chris
1334df246c updates 2021-06-30 22:32:35 -04:00
Chris
6c7717e451 fix offset package.loaded is cool 2021-06-30 22:01:15 -04:00
Lee Marlow
cfe9854c8f
Easily find buffers with Telescope when many are open (#560) 2021-06-30 12:13:25 -04:00
Chris
2a2eefe9e0 fix nvimtree bug 2021-06-30 11:07:12 -04:00
christianchiarulli
592e348689 updates 2021-06-29 22:45:48 -04:00
Chris
fba5bc3d85 updates, everything false by default 2021-06-29 18:55:01 -04:00
christianchiarulli
8004706d95 more preconfigured plugins 2021-06-28 16:28:32 -04:00
christianchiarulli
5363aa6306 bug fixes 2021-06-28 13:52:49 -04:00
christianchiarulli
2006460016 more lazyload 2021-06-28 12:45:45 -04:00
christianchiarulli
832b55fa23 less vimscript 2021-06-28 11:39:37 -04:00
christianchiarulli
9d11c74503 zen mode lazyload 2021-06-28 03:04:28 -04:00
christianchiarulli
3009c6e5f6 use start now, for more speed 2021-06-27 22:11:33 -04:00
christianchiarulli
d7271ab4ef move whichkey config to whichkey config file 2021-06-26 14:34:59 -04:00
Ian S. Pringle
2cf8580eb7
Updated where leader key is set and made var in lv-settings (#474)
- Setting leader-key in the init.lua file. You want to set the leader as
  soon as possible so that it's the same everywhere. With the leader
  being set in the lua/lv-which-key/init.lua it resulted in mappings that
  used `<leader>` in the lua/keymappings.lua mapping the the defualt
  leader-key of `\`
- Added the O.leader_key to the lv-settings.lua file so the leader-key
  can be set there, which seems to make more sense.
- Added handling for when the leader-key is `<Space>`. This could be
  made more robust to include other special keys, but I don't think
  many/any of the other special keys would be used as a leader-key (ie
  <BS>, <CR>, <Tab>, <Esc>, <Up|Down|Right|Left>, etc.)

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-06-26 14:31:40 -04:00
Luc Sinet
15d194ce09
Add Vimtex for Latex support (#512)
* Add vimtex plugin

Vimtex provides a full integration for latex files, see: https://github.com/lervag/vimtex.
Zathura is used as default pdf viewer as it allows live reloading.

* Provide the <leader>L shortcut for Latex operations.

* Move vimtex into the extra plugins section

Add a short comment above extra plugins to introduce their functionality

* Only define whcihKey mapping for Vimtex if O.extras is true

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-06-26 14:18:14 -04:00
tafryn
081ad9d67c
Add which-key maps for hover_doc and help_tags search (#527) 2021-06-26 13:49:10 -04:00
christianchiarulli
62d913ac3e fix multiline comment 2021-06-26 13:42:58 -04:00
kylo252
dc6196ee29
Fix barbar integration with nvim-tree (#523)
- Add an offset to display NvimTree buffer in barbar.
It won't work correctly if you enable "vim.g.nvim_tree_quit_on_open".
- Add which-key support to barbar to enable missing mappings.

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-06-26 13:37:24 -04:00
Luc Sinet
918a26ebc0
Fix spectre (#520)
* Correctly require Spectre plugin.

Configure backslash as key for interacting with spectre's results.

* Refactor + add Spectre mapping

Map all keys using the mapping variables.
Explicitly specify virtual mappings.

* Remove already prepended character from mapping keys

Co-authored-by: Christian Chiarulli <chris.machine@pm.me>
2021-06-26 13:20:07 -04:00
OliverNChalk
257b6051e7
WhichKey: Make <leader>n clear search instead of toggling highlight (#519) 2021-06-26 13:15:27 -04:00
Fabrizio Sestito
3eee6dc3fd
Change Workspace Symbol binding to Telescope DynamicFinder (#462) 2021-06-18 16:11:30 -04:00
christianchiarulli
66501fefe7 add some useful plugins to base config and a option to enable extras 2021-05-29 02:49:59 -04:00
rebuilt
ff7137c782
feature: adds git keymappings built in to Telescope: git_status, git_branches, git_commits, git_bcommits (#350) 2021-05-03 16:40:59 -04:00
rebuilt
99364ef2b7
corrected label for whichkey action. Changed 'file' to 'Change branch' (#334) 2021-05-02 20:17:18 -04:00
christianchiarulli
66e907d43f update no highlight description 2021-04-29 01:55:31 -04:00