null-ls.nvim
volar

null-ls.nvim | volar | |
---|---|---|
165 | 32 | |
3,554 | 4,244 | |
- | - | |
0.0 | 9.9 | |
over 1 year ago | about 2 years ago | |
Lua | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
null-ls.nvim
-
[SOLVED] Vue 3 + TypeScript + Inlay Hint support in NeoVim
I'd almost given up on finding "the right" solution. Everywhere I looked, others had "solved" the issue in different ways: they were using the vtsls TypeScript LSP wrapper instead of ts_ls, or they were using coc.nvim, or the now-archived null-ls.nvim. But nowhere could I simply find a reliable configuration for a Vue language server configured natively in NeoVim.
- cpp setting problem
-
Being a bash developer in the 21st century
you can use nvim then, it has shellcheck for diagnostics and formatting, like in vscode :)
here the link to the config: https://github.com/jose-elias-alvarez/null-ls.nvim/blob/main...
-
Linting/formatting and LSP
I use a lot of different languages generally and I'm running into issues around formatting. Is there any standard way to use LSP formatting by default and otherwise fallback to specific linter/formatting programs? I believe null-ls is the normal way of dealing with this, but since it's been archived, I'd rather not rely on it.
-
How to setup efm-langserver for pint formatter?
I've been using pint for formatting php files with null-ls.nvim. Few days ago null-ls.nvim has announced that the plugin will be archived in few months so I started migrating all my formatters and linter from null-ls to efm-langserver. I got other things such as prettier, black, isort, mypy, etc. working but can't get pint to work with php files: If I run pint via efm-langserver, everything is deleted from the buffer, and the saved file is formatted separately. How do I setup efm-langserver correctly to work with pint? Below is my config.yml for pint currently. yaml tools: pint: &pint format-command: "pint --no-interaction --quiet ${INPUT}" format-stdin: false languages: php: - <<: *pint Thank you.
- Archiving Null-Ls
- null-ls will be archived
-
Why is nobody using CoC anymore?
Because null-ls.nvim & mason.nvim together do everything I wanted CoC for
- Your favourite Neovim plugins?
volar
- Where are the Volar docs?
- Vetur working but not Volar in VS Code
- Let's hope this becomes real: Volar is trying to implement the generic component (generic props/emits) proposal
-
Messed up colors in VScode
Thanks man! Had the same issue and the plugin is indeed causing it. They just released an update (1.0.1) with a fix: https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md
-
Vitify Admin | Vite + Vuetify 2, Opinionated Admin Starter Template
🦾 Full TypeScript Support and intellisense for Vuetify 2 components, powered by Volar
-
State of JSX in JavaScript Frameworks
Worth mentioning, Volar, the Vue extension for VSCode, implements type checking as JSX just like Svelte.
- VS code isn't highlighting my vue code correctly, any tips? / settings.json -> "[vue]": { "editor.defaultFormatter": "octref.vetur" }
-
Attempt to call field 'setup' (a nil value) when adding volar configuration.
Hi, I used this config from Volar's GitHub, but whenever I try to do `so %` it gives me an arror
-
Volar now synchronizes variable highlighting between script and template
FYI it’s kind of broken at the moment, i had to downgrade. GitHub Issue
-
6 VSCode Extensions Necessary for Vue3 Development🔥
With the release of the official version of Vue3, the Vue team officially recommends the Volar extension to replace the Vetur extension, which not only supports Vue3 language highlighting, syntax detection, Also supports TypeScript and type checking based on vue-tsc.
What are some alternatives?
lsp-format.nvim - A wrapper around Neovims native LSP formatting.
vetur - Vue tooling for VS Code.
lsp-zero.nvim - A starting point to setup some lsp related features in neovim.
nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!
nvim-lint - An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
lsp-volar - Language support for Vue3
nvim-lspconfig - Quickstart configs for Nvim LSP
lint-staged - 🚫💩 — Run tasks like formatters and linters against staged git files
formatter.nvim
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
mason.nvim - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
rfcs - RFCs for substantial changes / feature additions to Vue core
