formatter.nvim
vim-clang-format
formatter.nvim | vim-clang-format | |
---|---|---|
37 | 20 | |
1,385 | 1,080 | |
- | - | |
7.6 | 0.0 | |
2 months ago | almost 3 years ago | |
Lua | Vim Script | |
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.
formatter.nvim
-
null-ls will be archived
Can anyone explain why someone would use null-ls if you're using the modern lsp setup (say, from kickstart.nvim). I see comments mentioning formatting. I see formatters mentioned several times. Why not just use https://github.com/mhartington/formatter.nvim?
-
How to setup formatter for Python ???
I use null-ls (https://github.com/jose-elias-alvarez/null-ls.nvim), I haven't tried it for python, but haven't had trouble with lua, js, ts or rust. You can also look into formatter.nvim (https://github.com/mhartington/formatter.nvim).
-
Scalafmt and neovim
I use formatter.nvim for formatting
-
Does a language server replace ALE, syntastic, and the language plugin?
For formatting, formatter.nvim is a good choice and has similar setup to nvim-lint.
-
lsp.vim.buf.format parameters make tab indent 4 spaces
I finally installed this formatter plugin and configured it to execute de clang-format command like this
-
A Minimal Neovim Configuration for TypeScript Development featuring Lazy.nvim, LSP, Tree-Sitter, Prettier, Guess-Indent
mhartington/formatter.nvim is used for automatic code formatting. Its configuration also shows how to use nvim_create_augroup and nvim_create_autocmd from Lua.
-
Editing the same file in a split causes vim to jump to the top of the file when saving with autoformatter
This might have something to do with extmarks being clobbered when the new text is written. For example, here is a GitHub issue describing the problem: https://github.com/mhartington/formatter.nvim/issues/22 This is for formatter.nvim, but this would likely apply to any process that rewrites the whole buffer.
-
autoformat with lsp-zero
i have always had trouble with lsp formatting and null-ls (may just be me, i'm not super clued in) so i use formatter.nvim https://github.com/mhartington/formatter.nvim/
-
Neovim not formatting code correctly like VSCode does (prettier)
Take a look at formatter.nvim
-
How does vim.lsp.buf.format() deal with multiple attached LSP clients?
I've had really good experience with formatter-nvim.
vim-clang-format
- Anyone want to collaborate on a project to complete following objectives?
-
How to write algorithm for this program
OP you can use something like Clang Format to format your code (I believe the Microsoft C/C++ extension for VSCode comes with it, not sure tho)
- Your top 5 coding standard rules (for C/C++)
-
Is there a tool which automatically formats your code in this way?
you can give it a try to clang-format: https://clang.llvm.org/docs/ClangFormat.html
- Lazyvim/Neovim Formatting Issue upon saving: A space is required between consecutive right angle brackets (use '> >') (fix available) clang
-
No warnings for unused variables C++
What you want is to use clang-format.
-
Who needs indents when you can use comments instead?
clang-format (https://clang.llvm.org/docs/ClangFormat.html) stop formatting your code manually - it is not your beautiful snowflake.
-
Tool to manage include files
You can also give clang format a list of regular expressions to sort the includes in a particular order if that's what you need https://clang.llvm.org/docs/ClangFormatStyleOptions.html#includecategories
- Junior care face pe seful
-
Extremely basic question
Maybe use clang-format to reformat your code https://clang.llvm.org/docs/ClangFormat.html
What are some alternatives?
null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
neoformat - :sparkles: A (Neo)vim plugin for formatting code.
vim-codefmt - Vim plugin for syntax-aware code formatting
format.nvim - A wrapper around Neovims native LSP formatting. [Moved to: https://github.com/lukas-reineke/lsp-format.nvim]
vim-autoformat - Provide easy code formatting in Vim by integrating existing code formatters.
nerdtree - A tree explorer plugin for vim. [Moved to: https://github.com/preservim/nerdtree]
efm-langserver - General purpose Language Server
clang-static-binaries - clang-static-binaries
mason.nvim - Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
fmt.vim - Generic code formatting interface for Vim