Commit Graph

61 Commits

Author SHA1 Message Date
Juanito dbb1ee7908
Update lsp.lua 2025-09-18 16:40:06 -03:00
Juanito 9ca65a5cf8
Update lsp.lua
Fix typo
2025-09-18 16:31:06 -03:00
Juanito 42d46663af
Update lsp.lua
Updating lsp config, separating lint and lsp
2025-09-18 16:26:16 -03:00
Juanito 088e844145
Update lsp.lua
Fix typo
2025-09-18 16:10:33 -03:00
Juanito ae8377baac
Update lsp.lua 2025-09-18 15:20:56 -03:00
Juanito b27e3459ec
Update lsp.lua 2025-09-18 13:06:08 -03:00
Juanito 32e75b6db7
Update lsp.lua
Test for nixos
2025-09-16 23:49:43 -03:00
juanito87 b61a68c02f
UPD 2025-07-12 19:11:22 -03:00
juanito87 f35803ef0b
More fixes. 2025-07-12 18:40:36 -03:00
juanito87 0677b655ee
Fixes 2025-07-12 18:27:22 -03:00
juanito87 1146179971
Updating config 2025-07-12 17:46:44 -03:00
juanito87 5cffa31544
Updating from upstream 2025-07-12 14:57:08 -03:00
Juanito 6fdd1034c0
Merge branch 'master' into main 2025-07-12 12:42:18 -03:00
Carlos Calla Alarcón 3338d39206
Update remaining Mason's old address (#1530) 2025-05-22 17:10:04 -04:00
juanito87 8ad2208c38
Fix typos. 2025-05-12 16:24:49 -03:00
pynappo fb73617653
don't lazy-load neo-tree so netrw hijacking on startup works (#1489) 2025-05-10 20:18:04 -04:00
Ori Perry c92ea7ca97
Replace vim.opt with vim.o (#1495)
* Replace vim.opt with vim.o

Because it offers a nicer interface and info on hover.
For now leave vim.opt when using the table interface (until vim.o
with tables is implemented)

* Add type hint for vim.opt.rtp

* Add a comment about using vim.opt instead of vim.o
2025-05-10 20:16:03 -04:00
juanito87 46a6fcfb4d
final fixes 2025-04-26 13:56:50 -03:00
juanito87 3a2f17c1da
UPD 2025-04-26 13:47:51 -03:00
juanito87 99f1e6f7ef
Solving merge conflicts 2025-04-26 13:44:11 -03:00
juanito87 e5a05cfcb2
Updating config, enabling more plugins, sort deprecation warnings 2025-04-26 12:04:04 -03:00
juanito87 06f2898fc2
Updating code_runner config 2025-04-14 16:32:31 -03:00
juanito87 b7014515cc
Updating whic-key config 2025-04-14 13:12:18 -03:00
Liam Dyer d350db2449
feat: switch nvim-cmp for blink.cmp (#1426) 2025-04-09 17:25:57 -04: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
Vladislav Grechannik 7513ec8a7d
Neovim 0.10 updates (#936)
* Neovim 0.10 updates

Provide the buffer for which to enable inlay hints

Co-authored-by: Matt Mirus <matt@mattmirus.com>

* refactor: replace vim.loop with vim.uv

* Upgrade folke/neodev (sunsetting) to folke/lazydev

* Update checkhealth for 0.10 release

---------

Co-authored-by: Matt Mirus <matt@mattmirus.com>
Co-authored-by: mrr11k <me+github@mrr11k.dev>
Co-authored-by: Seb Tomasini <sebt@qgates.com>
2024-07-21 20:35:07 -04:00
Vladislav Grechannik 4bbca64157
Make debug lazy loadable (#978) 2024-07-21 16:24:57 -04:00
Tom Kuson 1cdf6fb377
Remove redundant require (#959) 2024-07-21 16:22:44 -04:00
Damjan 9000 202910d3fa
Fix neo-tree keymap description (#932)
The lazy.nvim keys parameter does not need the `desc` to
be inside a table in the way that vim.keymap.set() does.
With this fix the keymap description will be properly
shown for example in telescope keymap search
2024-07-21 16:22:10 -04:00
juanito87 9ce4a5cf52
Adding copilot 2024-07-01 17:43:50 -03:00
Per Malmberg 5aeddfdd5d
Automatically set detached state as needed. (#925)
* Automatically set detached state as needed.

* Use vim.fn.has instead.

* Fix int vs bool.
2024-05-10 13:43:22 -04:00
Smig b9bd02d55b
fix: debug.lua (#918) 2024-05-08 10:55:49 -04:00
juanito87 ea21f3506c
UPD 2024-04-23 22:34:42 -03:00
juanito87 0b1d7f80f2
Removing duplicated files 2024-04-23 20:41:11 -03:00
juanito87 9d70e6d4d7
removing comments 2024-04-23 20:40:09 -03:00
juanito87 5d6f9025fb
Updating config file 2024-04-23 20:39:50 -03:00
juanito87 c3174bf31d
Moved default configs not instaled to a diasble folder. 2024-04-23 20:38:45 -03:00
juanito87 9480380fba
Fixing harpoon 2024-04-22 23:46:35 -03:00
juanito87 7edfc147ab
Moving plugins to multi file config 2024-04-22 23:23:04 -03:00
juanito87 199d8fab5d
Updating plugins config 2024-04-22 23:22:40 -03:00
juanito87 ede599bae8
Renaming files, moving to modular config. 2024-04-22 21:28:19 -03:00
juanito87 9ef80b2ace
Separating plugin manager instalation from configuration 2024-04-21 18:10:11 -03:00
juanito87 834e294b9e
Updating kickstart config with some of my custom needs, updating commands descriptions, removing some unneeded/wanted configs 2024-04-21 17:55:07 -03:00
Damjan 9000 f5c9fe8e15
Add gitsigns recommended keymaps as an optional plugin (#858) 2024-04-17 21:00:39 -04:00
Damjan 9000 5e258d276f
Move plugin examples from README to optional plugin files (#831)
* Move autopairs example from README to an optional plugin

* Move neo-tree example from README to an optional plugin
2024-04-17 15:25:54 -04:00