Commit Graph

352 Commits

Author SHA1 Message Date
smashblu 3e55e78ec1
Merge branch 'master' into master 2024-11-16 00:04:45 -08: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
smashblu 8a95b29717 Change nvim-tree keymap description 2024-10-15 14:54:29 -07:00
smashblu dd7c6fc45c Configure oil.nvim ('-' to go up one dir) 2024-10-08 13:35:25 -07:00
smashblu 45f263d208 Add keymapping to nvim-tree 2024-10-08 11:51:38 -07:00
smashblu aee634c598 Add nvim-tree plugin, no config 2024-10-04 16:26:20 -07:00
smashblu 1e8f14bf35 Add oil.nvim plugin, no config 2024-10-04 16:19:42 -07:00
smashblu c887281569
Fixed not updating keys 2024-10-04 14:59:52 -07:00
smashblu c2512e93ac
Create keymap for searching registers with Telescope 2024-10-04 14:58:42 -07:00
smashblu 6b02e16638 Change tsserver to ts_ls 2024-10-01 14:28:35 -07:00
smashblu 6e2de698ad
Merge branch 'nvim-lua:master' into master 2024-09-26 18:30:10 -07:00
smashblu d0adfbcbce
Merge pull request #1 from smashblu/modular
Modular
2024-09-26 18:29:47 -07:00
smashblu 4cf2802d04
Merge branch 'master' into modular 2024-09-26 18:29:20 -07:00
Bastien Traverse 4120893b8a
fix: update lazy uninstall information link (#1148) 2024-09-24 11:06:14 -04:00
smashblu 337e06bee8 Disable Markview (issues disabling decorations) 2024-09-23 15:13:57 -07:00
smashblu ed4330fd2e Add keymap to toggle Markview 2024-09-22 22:39:01 -07:00
smashblu 8f60217449 Undo ts_ls change 2024-09-22 19:41:45 -07:00
smashblu 2ed5a50921 Change from tsserver to ts_ls 2024-09-22 19:32:25 -07:00
smashblu 3ad5f533a3 Remove doc folder 2024-09-22 19:20:20 -07:00
smashblu efd0b9e719 Merge new modular config 2024-09-22 19:16:16 -07:00
smashblu 270d774c6f Remove docs 2024-09-22 19:07:34 -07:00
smashblu bb14eda4d2 Modular branch 2024-09-19 21:32:25 -07:00
Nicolás Baquero 7201dc4801
feat: update references of tsserver to ts_ls (#1131) 2024-09-10 16:27:24 -04:00
smashblu b84883d772 Enable markview hybrid mode for 'n' 2024-08-30 08:56:37 -07: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
Bayram Kazik d452633b35
Include visual mode in LSP code action keymap (#1060) (#1064) 2024-08-24 17:31:43 -04: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
smashblu e3b26ecaba Add biome LSP 2024-08-22 11:41:29 -07:00
smashblu 3ec1e6d455 Add hybrid mode for markview 2024-08-21 16:59:59 -07:00
smashblu 225500b99e Add markview.nvim plugin 2024-08-05 10:59:01 -07:00
smashblu 1f0c034f6f Add typescript-tools.nvim plugin 2024-08-02 09:56:03 -07:00
jstrot 1860184830
Add explicit dependency of nvim-lspconfig on cmp-nvim-lsp (#1042) 2024-07-29 20:02:37 -04:00
jstrot bb9f84ca8f
Remove treesitter prefer_git option (#1061)
- It's not safe and can corrupt other git repos
- nvim-treesiter maintainers consider `prefer_git` as deprecated and no
  longer needed.

See nvim-treesitter PR for details: https://github.com/nvim-treesitter/nvim-treesitter/pull/6959
2024-07-29 20:01:19 -04:00
abeldekat 84cc12354d
performance: defer clipboard because xsel and pbcopy can be slow (#1049) 2024-07-28 17:41:34 -04:00
Ihsan Tonuzi fd66454c4a
refactor: remove lazydev and luvit-meta as lsp dependencies (#1047) 2024-07-28 17:39:34 -04:00
Brandon Clark 1cef2325e0
Modify conform comments to prevent deprecation warning when used (#1057) 2024-07-28 12:43:08 -04:00
Arvin Verain f00b2866de
Remove redundant hlsearch option (#1058) 2024-07-28 12:39:54 -04:00
Richard Macklin 56b9114bf2
Update comment about the toggle inlay hints keymap (#1041) 2024-07-22 13:00:35 -04:00
smashblu 4f8a0df583 Removed Firenvim plugin 2024-07-22 09:45:36 -07:00