Fix/nvim treesitter config#1883
Closed
MaximePIERRONT wants to merge 7 commits intonvim-lua:masterfrom
Closed
Conversation
…nd treesitter - Add vtsls LSP with @vue/typescript-plugin for Vue hybrid mode - Add vue_ls (Volar) for Vue 3 SFC support - Add ESLint LSP for real-time linting - Configure prettierd formatter for JS/TS/Vue/CSS/HTML/JSON via conform.nvim - Add nvim-ts-autotag for auto-close/rename HTML and Vue tags - Extend treesitter parsers: typescript, tsx, javascript, vue, css, json - Add Mason ensure_installed for all new tools
- Add nvim-jdtls for Java LSP with Maven/Gradle project detection - Create ftplugin/java.lua for automatic jdtls startup and keymaps - Enable nvim-dap with java-debug-adapter for breakpoint debugging - Add neotest with neotest-java adapter for JUnit 5 test runner - Add NeotestJavaDownload command for JUnit jar setup on Neovim < 0.12 - Configure google-java-format via conform.nvim - Add java treesitter parser and <leader>j which-key group - Mason auto-installs jdtls, java-debug-adapter, java-test, google-java-format
- Enable relativenumber alongside number for easier line jumping - Add Harpoon2 plugin for workspace-like file navigation (up to 5 files) - Keymaps: <leader>a to add, <leader>e for menu, <leader>1-5 to navigate - Keymaps: <leader>p/<leader>n for prev/next file in harpoon list
Update conf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NOTE
Please verify that the
base repositoryabove has the intended destination!Github by default opens Pull Requests against the parent of a forked repository.
If this is your personal fork and you didn't intend to open a PR for contribution
to the original project then adjust the
base repositoryaccordingly.