Commit Graph

101 Commits

Author SHA1 Message Date
spike
656729bab5 update 2022-08-22 03:28:23 +02:00
spike
51e6c7876f update 2022-08-20 21:49:33 +02:00
spike
1423db18ba update 2022-08-20 16:06:49 +02:00
siduck
5f23aaf1ca update comment.nvim mappings ( fix its breaking change )
cd1c38163d
2022-08-13 05:52:33 +05:30
siduck
01b17d2ad6 remove icons from mapping descriptions
they look good on whichkey but its too much work to find icons for each mapping description and not all nerdfont icons align the same, some need extra spaces etc so i removed them
2022-08-09 06:49:38 +05:30
siduck
65cb9ba5fc fix typo in lsp_references mapping | #1445 2022-08-08 13:58:49 +05:30
Akianonymus
f4655e13ec mappings: Only set mappings if the plugin is enabled
format files

fix some lsp warnings
2022-08-07 08:09:32 +05:30
siduck
cf5e7e9811 add mapping for tbufpick command 2022-08-02 21:11:18 +05:30
siduck
d8b966730c remove useless mappings | gt & gT already exists 2022-08-02 20:21:40 +05:30
siduck
6f0aa376a8 set shiftwidth to 2 | format all files
big thanks to @ghifarit53
2022-07-22 16:00:00 +00:00
Akianonymus
fa68c66454 mappings: Do not use j,k mappings in operator mode 2022-07-14 23:19:29 +05:30
siduck
fb9a7b9206 add nvchad ui plugin 2022-07-14 17:42:00 +05:30
Akianonymus
b9f0e4623e mappings: Add back mappings removed in 0844431d37 | Format files 2022-07-14 15:44:10 +05:30
siduck
845d5b4866 write own lightweight tabufline | remove bufferline 2022-06-24 19:24:59 +05:30
siduck
4f1ee6ec8f Breaking change for statusline_separator field users | optimize statusline & make it overridable
added cmd fields for various plugins for example lspinstaller+lspconfig gets loaded only when a file opened but their commands can be run before a file is opened so I additionally lazy loaded them on their cmds too
2022-06-19 13:43:11 +05:30
siduck
9bca3eacae clean config | fix (#1225) (#1226) 2022-06-18 09:57:17 +05:30
siduck
700801b313 avoid overriding default vim.lsp functions
read https://github.com/NvChad/NvChad/discussions/1180
2022-06-07 11:11:55 +05:30
siduck
d802e8e2a6 add lsp rename popup window
thx to @LeonHeidelbach for fixing some outdated stuff in the original table : https://www.reddit.com/r/neovim/comments/ql4iuj/rename_hover_including_window_title_and/
2022-06-01 14:50:01 +05:30
siduck
cb97cef2a7 remove usage of globals for util functions 2022-05-29 16:07:47 +05:30
siduck
0f013d4e7b Breaking change for non-whichkey users | Refactor mapping functions 2022-05-29 15:10:33 +05:30
Leon Heidelbach
f8b5571466 fix: fixed lspconfig issues and cleaned up 2022-05-27 06:07:28 +05:30
Leon Heidelbach
5ba309a0df fix: moved lsp mappings to lspconfig to only be set on lsp attach 2022-05-27 06:07:28 +05:30
siduck
b800879daa add mapping to disable highlight (#1121) 2022-05-24 05:24:11 +05:30
siduck
bdf45a447a remove conflicting mappings | (#1119) 2022-05-22 20:22:08 +05:30
siduck
d264c3c8e1 Use <C-x> to escape terminal mode | fix (#1115) 2022-05-22 15:43:22 +05:30
siduck
359a286aea fix comment.nvim visual commenting not working (#1081) 2022-05-15 08:12:09 +05:30
siduck
ef27ad4f2d add mapping for escaping terminal 2022-05-14 16:23:02 +05:30
Yura Shatunov
0369a8ad77 Update mappings.lua
Now you can toggle terminal in terminal
2022-05-14 13:02:34 +05:30
Leon Heidelbach
c7a4d4e337 feat: fixed & added mappings & users can now add their custom "mode_opt" 2022-05-13 11:35:35 +05:30
siduck
25305eca92 clean up 2022-05-12 19:27:11 +05:30
siduck
0844431d37 breaking change : re-implement custom mappings | simplify it | add whichkey
fixes #1057 , #1047
2022-05-12 18:26:01 +05:30
Arman.H
5a1240be82 refactor: add utils to the global scope 2022-05-10 20:15:08 +05:30
Akianonymus
d912bbe67c mapping: Fix p not copy selected text when clipboard in not set
format statusline.lua
2022-05-08 11:36:05 +05:30
Magnus von Wachenfeldt
836ab5e98e add mapping for :Telescope keymaps 2022-05-05 22:28:45 +05:30
Freyskeyd
e557dc3af9 Fixing lsp mapping to use leader instead of space
Signed-off-by: Freyskeyd <simon.paitrault@gmail.com>
2022-05-02 19:34:49 +05:30
siduck
1c4a202d00 remove un-needed mapping 2022-05-01 22:42:05 +05:30
siduck
841f839bb6 Revert "fix: set LSP mappings only for buffers that have a configured language server (#1004)"
This reverts commit a8466ccf4c.
2022-05-01 18:24:40 +05:30
siduck
985217b93f add: Packer snapshot feature (#721) 2022-04-30 23:37:31 +05:30
Arman.H
a8466ccf4c fix: set LSP mappings only for buffers that have a configured language server 2022-04-29 22:04:05 +05:30
zbirenbaum
aa4bab9605 fix group comments regression 2022-04-28 03:58:35 -04:00
siduck
08da7f6698 clean mappings.lua 2022-04-28 04:34:14 +05:30
siduck
adecbe719f BREAKING CHANGE | re-implementation of custom config 2022-04-27 21:12:28 +05:30
guoliang
3d78ef3474 fix: insert mode nav shortcut 2022-04-10 17:46:16 +05:30
zbirenbaum
4a888ad037 add float term mappings and config 2022-04-09 01:32:27 -04:00
Arman.H
b21defd4e4 refactor: remove unnecessary mapping 2022-04-07 21:57:11 +05:30
siduck
bf89f0bf5f fix typo in mapping 2022-04-01 12:54:37 +05:30
siduck
63d54926a4 add mappings to spawn nobufflisted terms 2022-04-01 11:47:05 +05:30
zbirenbaum
1face444b8 change plugin init to config terminal on load extensions, change mappings to use new chadterm 2022-03-31 06:51:36 +05:30
i3cheese
229ad7e00d Fix j -> gj mapping. 2022-03-19 11:27:11 +05:30
siduck
ac392cd29b misc
cb531cd90b
2022-03-02 14:36:21 +05:30