ralvescosta
7186cf7a3c
feat: add code diagnost cmd
2025-04-19 05:48:47 -03:00
ralvescosta
61318758a5
feat: rust dap binary name reset
2025-04-02 19:28:47 -03:00
ralvescosta
eb9436a6f9
feat: cspell
2025-04-02 18:56:45 -03:00
ralvescosta
4bfb39383b
feat: spells
2025-04-02 18:21:55 -03:00
ralvescosta
c9d04cf23b
feat: rust dap
2025-03-31 19:30:48 -03:00
ralvescosta
dab965563a
feat
2025-03-28 21:15:58 -03:00
ralvescosta
627611aa74
feat:
2025-03-28 21:15:48 -03:00
ralvescosta
c5b5d0f343
feat: c
2025-03-28 21:15:03 -03:00
ralvescosta
068ed60283
feat: s
2025-03-28 21:14:41 -03:00
ralvescosta
5b900d4bac
feat: commit
2025-03-28 21:14:19 -03:00
ralvescosta
c6c8356235
feat: show blame
2025-03-28 07:37:58 -03:00
ralvescosta
eead36ad36
feat:
2025-03-28 07:31:52 -03:00
ralvescosta
a584c0b62d
feat: gisigns
2025-03-28 07:29:28 -03:00
ralvescosta
877456adab
feat: openai model
2025-03-28 05:59:08 -03:00
ralvescosta
727dc5968d
feat: update rust debug
2025-03-27 18:09:02 -03:00
ralvescosta
69cc514fd0
feat: dap configs
2025-03-26 07:34:43 -03:00
ralvescosta
ce5c356278
feat: remove confg
2025-03-23 18:56:48 -03:00
ralvescosta
0d18217396
feat: signs
2025-03-23 18:52:12 -03:00
ralvescosta
45724c8cdf
feat: staged
2025-03-23 18:47:42 -03:00
ralvescosta
4fe850125c
feat: update gitsigns conf
2025-03-23 18:44:56 -03:00
ralvescosta
ba766952ab
feat: TS
2025-03-21 08:04:57 -03:00
ralvescosta
1dcd891d08
feat: terroform higligth
2025-03-21 05:26:02 -03:00
ralvescosta
82aafd2d21
feat: neo-tree
2025-03-18 05:45:42 -03:00
ralvescosta
3d8bb61f04
feat: neo-tree
2025-03-17 21:48:44 -03:00
ralvescosta
91cf245d3d
feat vim maximizer
2025-03-17 21:48:38 -03:00
ralvescosta
64192db242
feat: adjust lazygit map
2025-03-17 21:48:31 -03:00
ralvescosta
174d7d269d
feat: avante
2025-03-17 21:48:22 -03:00
ralvescosta
9de0a7116e
feat: neo-vim
2025-03-17 08:02:04 -03:00
ralvescosta
0882efd1a3
feat: add rustaceanvim lsp config
2025-03-17 08:01:56 -03:00
ralvescosta
cf5887e94f
feat: theme
2025-03-17 05:53:45 -03:00
ralvescosta
96f6ac69dd
feat: lualine
2025-03-17 05:53:41 -03:00
ralvescosta
f3f5d1cc7e
feat:
2025-03-16 21:56:10 -03:00
ralvescosta
846b4c36ae
feat: theme transparent
2025-03-16 21:56:05 -03:00
ralvescosta
537f989393
feat: cspell lints
2025-03-16 21:55:54 -03:00
ralvescosta
24e70c9415
feat: toggleterm
2025-03-16 21:55:46 -03:00
ralvescosta
e2cfbaa1fa
feat: bufferline tabs
2025-03-16 21:55:39 -03:00
ralvescosta
7d37624530
feat: dap-go
2025-03-16 20:02:20 -03:00
ralvescosta
d729bec926
feat: maps
2025-03-16 19:56:47 -03:00
ralvescosta
15ec6fe0df
feat: disabled opt.list to improve go files
2025-03-16 19:56:42 -03:00
ralvescosta
f056d7155f
feat:ident
2025-03-16 19:56:22 -03:00
ralvescosta
77f63ea552
feat: lazygit config
2025-03-16 19:55:58 -03:00
ralvescosta
58e8cddefc
feat: hop ocnfigs
2025-03-16 19:55:53 -03:00
ralvescosta
48a21c4532
feat: removing rust analyzer
2025-03-16 15:45:06 -03:00
ralvescosta
2a6c3fd317
feat: kickstart plugins and custom plugins
2025-03-16 15:30:00 -03:00
Erlan Rangel
94f551b803
fix ( #1319 ): gitsigns deprecated functions ( #1321 )
...
- This commit change two functions that are marked as deprecated now:
`gitsigns.stage_hunk` and `gitsigns.toggle_deleted`
2025-02-15 00:48:37 -05:00
Scott Swensen
de44f49101
fix(gitsigns): make visual mode descriptions consistent with normal mode ( #1266 )
2024-12-15 00:42:39 -05:00
Anjishnu Banerjee
9dfb1b230f
Fix nvim-dap not lazy loading ( #1216 )
...
* Fix nvim-dap not lazy loading
The keys property had local variables 'dap' and 'dap-ui' that used `require` and prevented all DAP related plugins from lazy-loading.
Fixed this by changing keys to a table and substituting the local variables with a lamba function
* Make debug keybind descriptions more consistent
2024-11-20 08:40:51 -05:00
gloomy-lemon-debatable
be678aa341
Set breakpoint icons and their highlight colors ( #1194 )
...
* feat: Set breakpoint icons and their highlight colors
* docs: Delete reference URL (written in PR)
feat: "Break" and "Stop" arguments of vim.api.nvim_set_hl are changed because they are too common nouns
feat: Comment out changes regarding diagnostic symbols so that only those who want to change them can do so
---------
Co-authored-by: name <email>
2024-10-30 13:01:42 -04:00
Éric NICOLAS
5ed1bc38dc
Disable linting autocmd for readonly buffers ( #1202 )
...
* Disable linting autocmd for readonly buffers
This should avoid linting in buffers outside of the user's control,
having in mind especially the handy LSP pop-ups that describe your
hovered symbol using markdown.
Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
* Justify guarding try_lint in readonly buffers
Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
---------
Co-authored-by: Robin Gruyters <2082795+rgruyters@users.noreply.github.com>
2024-10-30 11:41:46 -04:00
Bayram Kazik
f49cc6c935
Enable silent option for default neo-tree plugin keybinding ( #1108 )
2024-08-25 23:23:17 -04:00