Commit Graph

67 Commits

Author SHA1 Message Date
dlond 75f313b260 adding lsp server options pt 10 2025-05-30 10:55:58 +12:00
dlond 7ae4827388 adding lsp server options pt 9 2025-05-30 10:55:58 +12:00
dlond b9264d8424 adding lsp server options pt 8 2025-05-30 10:55:58 +12:00
dlond cca069720d adding lsp server options pt 7 2025-05-30 10:55:58 +12:00
dlond ca6cc310e9 adding lsp server options pt 6 2025-05-30 10:55:58 +12:00
dlond d5d9193e6b adding lsp server options pt 5 2025-05-30 10:55:58 +12:00
dlond 7a85b4da6d adding lsp server options pt 4 2025-05-30 10:55:58 +12:00
dlond 57fcdd272f adding lsp server options pt 3 2025-05-30 10:55:58 +12:00
dlond a9e4683338 adding lsp server options pt 2 2025-05-30 10:55:58 +12:00
dlond 4fed66be0f adding lsp server options pt 1 2025-05-30 10:55:58 +12:00
dlond 3d1eeaa62c Revert "just formatting"
This reverts commit 18e5475a9edec2d4c4f3ce994cac4bfd04df0172.
2025-05-30 10:55:58 +12:00
dlond c0474f5c11 fixing weird bug pt 3 2025-05-30 10:55:58 +12:00
dlond 34097ce9d3 fixing weird bug pt 2 2025-05-30 10:55:58 +12:00
dlond 270d57b15f fixing weird bug 2025-05-30 10:55:58 +12:00
dlond 32471236f8 just formatting 2025-05-30 10:55:58 +12:00
dlond 8cff14c262 fixed python stuff 2025-05-30 10:55:58 +12:00
dlond 1cd72c0f25 trying to fix auto indenting on some files part 4? 2025-05-30 10:55:58 +12:00
dlond 1b1e2947f6 trying to fix auto indenting on some files part 3 2025-05-30 10:55:58 +12:00
dlond 2bbca46cd9 trying to fix auto indenting on some files part 2 2025-05-30 10:55:58 +12:00
dlond eb6772ea33 trying to fix auto indenting on some files 2025-05-30 10:55:58 +12:00
dlond d9c09a23cd removed Mason 2025-05-30 10:55:49 +12:00
dlond f1624aff86 trying different nix lsp 2025-05-30 10:50:21 +12:00
dlond 85aa75c8e5 trying different nix formatter 2025-05-30 10:50:21 +12:00
dlond 3a74a3910b typo 2025-05-30 10:50:21 +12:00
dlond 00404dc3df more bugs 2025-05-30 10:50:21 +12:00
dlond 05f2cfd7f8 refactor bugs 2025-05-30 10:50:21 +12:00
dlond 06037c9bb4 refactor 2025-05-30 10:50:21 +12:00
dlond 2639f27f84 fixing keymaps 2025-05-30 10:50:21 +12:00
dlond 3069f013d3 custom completion 2025-05-30 10:50:21 +12:00
dlond 4117430cd1 custom treesitter 2025-05-30 10:50:21 +12:00
dlond 32c47943d3 custom formatting 2025-05-30 10:50:21 +12:00
dlond 0024c62a36 custom lsp 2025-05-30 10:50:21 +12:00
dlond 1f78968ac9 custom telescope 2025-05-30 10:50:21 +12:00
dlond aa13dab32c custom theme 2025-05-30 10:50:21 +12:00
dlond c57bbcc77b custom plugin init 2025-05-30 10:50:21 +12:00
dlond d2d4e216dc custom options 2025-05-30 10:50:21 +12:00
dlond 4eaaee898e added that too 2025-05-30 10:50:21 +12:00
dlond 79d20cd623 added it 2025-05-30 10:50:21 +12:00
Carlos Calla Alarcón e8627e589d Update remaining Mason's old address (#1530) 2025-05-22 17:10:04 -04:00
pynappo 1ddd3d2784 don't lazy-load neo-tree so netrw hijacking on startup works (#1489) 2025-05-10 20:18:04 -04:00
Ori Perry 0264dd98ec 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
Liam Dyer addbed53e4 feat: switch nvim-cmp for blink.cmp (#1426) 2025-04-09 17:25:57 -04:00
Erlan Rangel ae5d7b6c89 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 b9ccc8414f fix(gitsigns): make visual mode descriptions consistent with normal mode (#1266) 2024-12-15 00:42:39 -05:00
Anjishnu Banerjee 0d10cd7fa8 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 d1f6be8b2f 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 3a986c328d 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 22bed46b07 Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00
Vladislav Grechannik dc3dcc5a1c 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 c361ae05a5 Make debug lazy loadable (#978) 2024-07-21 16:24:57 -04:00