Commit Graph

419 Commits

Author SHA1 Message Date
Juliano Barbosa 577f5bbcb9
chore(lazy): add jsonlint to lazy 2024-11-11 11:43:34 -03:00
Will Winder 2ba39c6973
Remove two because there are more than two. (#1213) 2024-10-30 14:58:52 -04: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
gloomy-lemon-debatable d09d9bc6dc
Change diagnostic symbols if vim.g.have_nerd_font is true (#1195)
* feat: Change diagnostic symbols if vim.g.have_nerd_font is true

* 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 11:50:27 -04:00
sam fb7f6a1c13
samarth-nagar fix: lazy help tag on line 931 (#1167)
* samarth-nagar fix: lazy help tag on line 931

found in issue #1152

* fixed white space

---------

Co-authored-by: sam <110125971+samarth-nagar@users.noreply.github.com>
2024-10-30 11:49:16 -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
Hypera User (aider) 5b274c18c9
feat: Add event and config options to folke/trouble.nvim plugin 2024-10-15 10:00:01 -03:00
Juliano Barbosa 3423588260
chore(git): update .gitignore
Update .gitignore to ignore .aider* files.
2024-10-10 15:09:59 -03:00
Hypera User (aider) 82f077eeb3
feat: Add trouble.nvim plugin with dependencies 2024-10-10 15:09:19 -03:00
Hypera User (aider) bf480fc457
feat: Add trouble.nvim plugin to Neovim configuration 2024-10-10 15:07:52 -03:00
Juliano Barbosa 78e39017e0
feat: Add formatter configuration for Rust in init.lua 2024-10-10 15:07:52 -03:00
Juliano Barbosa 8f4791e72a
Merge pull request #5 from nvim-lua/master
fix: update lazy uninstall information link (#1148)
2024-09-26 19:28:01 -03:00
Bastien Traverse 4120893b8a
fix: update lazy uninstall information link (#1148) 2024-09-24 11:06:14 -04:00
Juliano Barbosa a955cce2a9
chore(lint): add linters for dockerfile, json, python, terraform 2024-09-24 11:24:14 -03:00
Juliano Barbosa 89be630236
chore(lint): add hadolint to lazy 2024-09-24 11:23:57 -03:00
Juliano Barbosa 09e8d6a93e
Merge pull request #4 from nvim-lua/master
from-nvim-lua
2024-09-24 11:15:09 -03:00
Juliano Barbosa 21d9284c81
chore: add terraform-ls to lazy
Add terraform-ls to lazy to enable terraform language server support.
   change hclfmt to terraform-ls for hcl files.
2024-09-24 11:12:23 -03:00
Nicolás Baquero 7201dc4801
feat: update references of tsserver to ts_ls (#1131) 2024-09-10 16:27:24 -04:00
Damjan 9000 a22976111e
Fix the which-key spec issue caused by recent cleanup (#1113)
The recent cleanup accidentally broke the leader key specs
because the spec block was in the wrong level of braces.
That resulted in which-key no longer showing the description
of the <leader> key chains such as [S]earch and others.
2024-08-26 16:43:59 -04:00
Ihsan Tonuzi 24d368f9ff
cleanup: refactor which-key configuration for cleaner setup (#1102)
- Moved `which-key` configuration from inline `config` to `opts` for better organization.
- Updated the key mappings setup to use `spec` for defining existing key chains.
- Removed deprecated or unnecessary comments and code.

This change aligns with updated `which-key` configuration practices, improving readability and maintainability as recommended by @VlaDexa in #1068.
2024-08-26 12:17:22 -04:00
Ihsan Tonuzi c76c323a7c
fix: remove deprecated opt for conform.nvim (#1070)
- changed lsp_fallback -> lsp_format
- updated format_on_save function to reflect change above
2024-08-25 23:28:26 -04:00
Harshit Pant e4a5300bdb
Fix: updated the windows installation commands (#1101)
* Update README.md

* Update README.md

* Fix: updated the windows installation commands
2024-08-25 23:27:46 -04:00
Bayram Kazik f49cc6c935
Enable silent option for default neo-tree plugin keybinding (#1108) 2024-08-25 23:23:17 -04:00
Juliano Barbosa 297c0c65f4
chore(lazy): add gopls settings
Add gopls settings to lazy.nvim configuration.
2024-08-25 17:12:53 -03:00
Juliano Barbosa 7237693bdb
chore(nvim): enable nerd font 2024-08-25 17:12:25 -03:00
Bayram Kazik d452633b35
Include visual mode in LSP code action keymap (#1060) (#1064) 2024-08-24 17:31:43 -04:00
Juliano Barbosa 2f0d12ffe8
chore(python-debugging): refactor python debugging setup 2024-08-23 08:52:09 -03:00
Juliano Barbosa 63d6426b87
chore(plugins): removed copilot paste keymap 2024-08-23 08:51:43 -03:00
Juliano Barbosa 8aba6f8dc9
chore(chatgpt): update chatgpt config to use azure api 2024-08-23 08:51:14 -03:00
Juliano Barbosa 3f6d324449
chore(plugins): add f-strings and neogen plugins 2024-08-23 08:50:53 -03:00
Juliano Barbosa 3617dee36e
Merge pull request #3 from nvim-lua/master
nvim-lua-kickstart-20240823
2024-08-23 08:27:51 -03:00
Juliano Barbosa 009e9a244b
chore(copilot): add filetypes configuration
Added filetypes configuration to copilot plugin.
2024-08-23 07:15:28 -03:00
Juliano Barbosa 32aff772b0
chore(treesitter): add more languages to ensure_installed
Add more languages to the `ensure_installed` option in the
`nvim-treesitter` setup call in the `lazy` plugin manager setup.
2024-08-23 07:14:56 -03:00
Juliano Barbosa cbc15919a7
chore(format): add formatters for bash, markdown, and yaml 2024-08-23 07:14:15 -03:00
Juliano Barbosa 73fb8e52a4
chore(taplo): added taplo 2024-08-23 07:13:46 -03:00
Juliano Barbosa fd3a33e384
chore(ruff): add ruff language server 2024-08-23 07:13:24 -03:00
Juliano Barbosa 95397b6cbc
chore(lsp): update pyright settings 2024-08-23 07:12:36 -03:00
Juliano Barbosa 67a4497ae7
chore(init): added lsp capabilities 2024-08-23 06:51:42 -03:00
Juliano Barbosa 63d5dd2856
chore(plugins): added python-repl.lua 2024-08-23 06:51:00 -03:00
Ihsan Tonuzi ac78e7d9e7
refactor: update treesitter and which-key config (#1068) 2024-08-22 21:00:39 -04:00
Michael L. ce0c7340ff
Check for loop or uv for lazypath (#1095) 2024-08-22 16:56:33 -04:00
Matt Gallagher 554a054bf9
Add note in README about lazy-lock.json (#1090) 2024-08-22 16:53:57 -04:00
theoboldalex c1ae9092cb
Update README.md (#1091) 2024-08-22 16:49:25 -04:00
Juliano Barbosa 2863dca316
chore(nvim): added custom plugins 2024-08-22 16:33:31 -03:00
Juliano Barbosa aaf791cebc
chore(tf): added terraform formater 2024-08-22 16:32:46 -03:00
Juliano Barbosa f5ad3e2197
chore(nvim): added python 2024-08-22 16:32:07 -03:00
Juliano Barbosa 729d3679ad
chore(init): added plugin markdown 2024-08-15 09:37:32 -03:00
Juliano Barbosa 8c5945a038
chore(copilot): added copilot.lua 2024-08-15 09:36:54 -03:00
Juliano Barbosa df62ad5823
chore(init.lua): added cycle 2024-08-14 15:21:52 -03:00
Juliano Barbosa ca242e870d
chore(mason): added ensure 2024-08-14 14:56:00 -03:00