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
siduck
cb531cd90b
shorten some long mapping vars, fix ( #849 )| fix ( #836 )
2022-03-01 12:43:34 +05:30
Ruben Verheyden
5ec6112a59
fix for ( #844 ) Replace-paste at end of line incorrect
2022-02-27 18:25:06 +05:30
siduck
ceaf02e0bf
replace dashboard with alpha.nvim ( #816 )
2022-02-20 11:44:43 +05:30
Akianonymus
46db63749f
cmp: Add border to floating docs, move completeopt inside config
...
format files
2022-02-04 06:12:31 +05:30
i3cheese
195f6f3621
Toggle relative numbers and copy to system clipboards mappings
2022-01-31 14:45:07 +05:30
Akianonymus
bad06dc44f
mappings: Allow to remove plugin mappings in chadrc
...
This enables us to disable a plugin mappings individually
for eg:
M.mappings.plugins = {
telelscope = {
find_hiddenfiles = false
}
}
This will disable the telelscope find_hiddenfiles mapping.
It's also helpful when we want to use the mapping used by find_hiddenfiles for something else
2022-01-22 14:53:26 +05:30
David Stark
ea6f2a1490
hotfix to :Telescope command flag order
2022-01-08 07:39:57 +05:30
David Stark
83ad616dd3
when finding all files via Telescope follow symlinks
2022-01-08 07:07:24 +05:30