Lorran David
17cf6e4356
Merge branch 'master' into master
2025-04-12 17:37:04 -03:00
Lorran David
e73a1d5295
colorscheme sonokai
2025-04-09 21:07:16 -03:00
Liam Dyer
d350db2449
feat: switch nvim-cmp for blink.cmp ( #1426 )
2025-04-09 17:25:57 -04:00
Lorran David
6ff8ec8577
change colorscheme
2025-04-08 21:25:23 -03:00
Lorran David
db3b3b21ac
colorscheme sonokai
2025-04-07 23:33:41 -03:00
Lorran David
a8968373e1
set colorscheme to tokyonight
2025-04-06 23:55:44 -03:00
Lorran David
7c81014dcd
colorscheme rosepine
2025-04-04 22:48:34 -03:00
Lorran David
f857a81a59
colorscheme poimandres
2025-04-03 21:52:00 -03:00
Lorran David
a8c8647cf8
set theme to gruvbox
2025-04-01 21:56:24 -03:00
Lorran David
139b555bd0
update theme
2025-03-04 21:24:24 -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
Lorran David
7c099a0d68
disable mini.starter
2025-02-05 03:02:54 -03:00
Lorran David
13347977be
change theme to tokyonight, disable neo-tree on init
2025-02-05 02:43:19 -03:00
Lorran David
85cf14f8a3
add colorbuddy
2025-01-25 15:16:13 -03:00
Lorran David
26b8c223cf
set theme to gruvbox
2025-01-25 15:04:06 -03:00
Lorran David
81c5388d73
disable copilot
2025-01-25 13:46:28 -03:00
Lorran David
96fc0c8d61
add trouble & remove canary branch for copilot chat
2025-01-19 16:46:18 -03:00
Lorran David
b10c41292b
set theme to catppuccin mocha
2025-01-17 23:27:34 -03:00
Lorran David
4e4499d522
disable copilot-cmp
2025-01-08 11:46:03 -03:00
Lorran David
1fa821d61c
configure copilot chat
2025-01-05 00:41:38 -03:00
Lorran David
16494e5f05
copilot-cmp
2025-01-05 00:09:18 -03:00
Lorran David
cbf745cb6f
add copilot
2025-01-04 20:21:57 -03:00
Lorran David
4bce08bc22
add new plugins
2025-01-04 18:16:13 -03:00
Lorran David
387365e945
yank fix
2025-01-04 18:16:13 -03:00
Lorran David
f890de8f1f
mini files
2025-01-04 18:16:13 -03:00
Lorran David
4ae2687150
colorscheme rose-pine-moon
2025-01-04 18:16:13 -03:00
Lorran David
ce225e2698
colorscheme rose-pine
2025-01-04 18:16:13 -03:00
Lorran David
f2d6d6e0f7
show dotfiles neotree
2025-01-04 18:16:13 -03:00
Lorran David
922a96ee62
tokyonight colorscheme
2025-01-04 18:16:13 -03:00
Lorran David
52df341842
ts lsp
2025-01-04 18:16:13 -03:00
Lorran David
c0e2ab88a4
disable hardtime
2025-01-04 18:16:13 -03:00
Lorran David
35a7567130
colorscheme vscode
2025-01-04 18:16:13 -03:00
Lorran David
b1d4fcc5b4
colorscheme github
2025-01-04 18:16:13 -03:00
Lorran David
355637aec4
change theme to gruvbox
2025-01-04 18:16:13 -03:00
Lorran David
b27941e7b1
set theme to catppuccin
2025-01-04 18:16:13 -03:00
Lorran David
49d7ac42dd
set theme to melange
2025-01-04 18:16:13 -03:00
Lorran David
6fb2286d95
set theme to rosepine
2025-01-04 18:16:13 -03:00
Lorran David
eeac1e6ef3
add spectre
2025-01-04 18:16:13 -03:00
Lorran David
2af4c9ce0a
update theme to sonokai
2025-01-04 18:16:13 -03:00
Lorran David
2c32a10e76
update theme to gruvbox
2025-01-04 18:16:13 -03:00
Lorran David
ff81bb2317
catppuccin & oil
2025-01-04 18:16:13 -03:00
lorran.thierry.david
9fbbb9acd5
Update catppuccin flavour & neo-tree position
2025-01-04 18:16:13 -03:00
lorran.thierry.david
d8a5db3142
Disable hardtime & autopair
2025-01-04 18:16:13 -03:00
lorran.thierry.david
d556cf6f0c
Add neo tree
2025-01-04 18:16:13 -03:00
lorran.thierry.david
a5458dfb8c
add custom config to kickstarter
2025-01-04 18:16:09 -03: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