Commit Graph

985 Commits

Author SHA1 Message Date
spike
53491817ea document possible custom lsp_attach function with navigator 2022-09-27 00:16:49 +02:00
spike
76297c45ad autohide command bar 2022-09-27 00:16:25 +02:00
spike
4df39e3421 fix snippet do not expand while jumping 2022-09-26 23:34:14 +02:00
spike
5b6b64dae6 add iron.nvim repl helper 2022-09-26 23:33:58 +02:00
moonblade
647c81dd42 fix gopls inlay hints 2022-09-25 21:21:45 +02:00
spike
b9f3bf063e stable update 2022-09-25 05:03:21 +02:00
spike
329f12a5e3 stable nvim with lsp for go 2022-09-23 02:50:02 +02:00
spike
8994636c3f refactoring / upgrade
- bookmarks
- better mappings
- global helpers
- autoloading and vim scripts
2022-09-12 23:37:54 +02:00
spike
9895a84cab use sh instead of fish as default shell 2022-09-11 14:29:33 +02:00
spike
a5bfe2977e Leap + local custom snippets 2022-09-11 14:14:24 +02:00
spike
ddb78b21d0 marks.nvim config file (marks is unused now) 2022-09-11 13:48:01 +02:00
spike
53804989ab navigator lsp insert mode show signature help 2022-09-11 13:47:33 +02:00
spike
0684ba9657 Treesitter refactoring
- treesitter smart select "v<CR>" and <Tab>
- treesitter swap func params with ~
- map ,tf to set TS to fold method
2022-09-11 13:45:33 +02:00
spike
bbaa133a34 refactor/clean 2022-09-10 09:58:54 +02:00
spike
89e572e2ea disable cmp in some buffer types 2022-09-10 09:58:26 +02:00
spike
0b64763eec fix inline signature help using M-k 2022-09-10 09:58:02 +02:00
spike
4ecf95bcf1 stable lsp colors + signature + misc updates 2022-09-09 20:52:07 +02:00
spike
0759467fee customized statusline 2022-09-02 04:22:11 +02:00
spike
ac23d172c3 add packer snapshot command 2022-09-01 04:01:33 +02:00
spike
6a542206f4 add cmp help lsp signature 2022-09-01 03:32:15 +02:00
spike
fd342099bb lock treesitter-textobjects to commit 2022-09-01 03:19:20 +02:00
spike
d71de0f671 fzf fullscreen 2022-08-31 18:15:46 +02:00
spike
f62fa11520 update docs 2022-08-31 18:15:32 +02:00
spike
1cad544476 navigator custom maps, avoild overriding default vim maps 2022-08-31 18:15:21 +02:00
spike
7f38de9ea2 tabufline lazyload on/off (commented) 2022-08-31 18:14:50 +02:00
spike
77a62928da dont keep tracking curdir in views 2022-08-31 18:10:03 +02:00
spike
fc4faffccb comment with gcc 2022-08-31 18:09:35 +02:00
spike
ba669d6808 update merge core/init 2022-08-29 17:17:35 +02:00
spike
1ced81e035 LSP no lsp autostart, improved utils 2022-08-29 16:46:20 +02:00
spike
0fa774dd51 session load 2022-08-27 05:48:44 +02:00
spike
4660c0f0d2 tabularize base config 2022-08-27 05:44:09 +02:00
spike
7ceb7a4685 update doc folding with treesitter 2022-08-27 05:10:46 +02:00
spike
a6793205eb lua dev tools and repl + folding options 2022-08-27 05:09:00 +02:00
spike
9848ceff61 navigator stable wip 2022-08-26 16:28:12 +02:00
spike
826f75cb6d vim auto sessions 2022-08-22 17:00:11 +02:00
spike
6c4e49cac4 Info Fugitive fzflua(fix) 2022-08-22 16:20:21 +02:00
spike
8715b17db3 treesitter-textobjects on own module 2022-08-22 16:19:41 +02:00
spike
f93b7f7c1e cga 2022-08-22 15:50:16 +02:00
spike
3bc618ef3f folding 2022-08-22 03:44:09 +02:00
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
Akianonymus
ac0faa4f8b core: options: Remove redundant code
that is shada default behaviour, why it is there ?
2022-08-14 08:52:30 +05:30
Akianonymus
0184035c15 treesitter: Do no set normal syntax highlight here
normal syntax isn't dependent on treesitter, so will be set when loading
the theme
2022-08-14 08:52:30 +05:30
siduck
5f23aaf1ca update comment.nvim mappings ( fix its breaking change )
cd1c38163d
2022-08-13 05:52:33 +05:30
Akianonymus
f2c3ed0e7d utils: mappings: Allow plugin=true in user mappings
so that they can be lazy loaded if required

https://github.com/NvChad/NvChad/issues/1467
2022-08-12 22:00:07 +05:30
Akianonymus
78ddf8d624 Just load impatient from init
if will be called multiple times if present in lazy_load.lua which is
  totallly unnecessary

why even from there ?

Yes, this does not affect the --startuptime
2022-08-12 22:00:07 +05:30
Akianonymus
a20fc560f3 utils: Improve mapping function | Properly lazy load whichkey
just add desc with normal vim.keymap.set function

whichkey will automatically use the descriptions
2022-08-11 22:53:17 +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