tree-sitter-rust
neovide
tree-sitter-rust | neovide | |
---|---|---|
8 | 110 | |
372 | 13,428 | |
3.8% | 2.4% | |
7.8 | 9.0 | |
about 1 month ago | 1 day ago | |
JavaScript | Rust | |
MIT License | 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.
tree-sitter-rust
-
Topiary: A code formatting engine leveraging Tree-sitter
Yes. It's typically a fair bit slower than a hand-coded parser. The idea sounds great until you're working on a codebase with 2 million LOC. At that point, the speed of a cold parse is most important, whereas TS is designed for fast re-parsing of a single file. These aren't great numbers but the Rust TS parser is reportedly 2x slower than rustc's https://github.com/tree-sitter/tree-sitter-rust. It's no surprise that you just use the faster option if it's convenient.
- Emacs and Java Development: Corfu + Cape + LSP-Mode + Treesit
- Treesitter large file performance... Even with everything disabled?
- Building tree-sitter languages for Emacs
-
Is it possible to have Rust doc test comments highlighted in Neovim?
Notes for anyone interested, there is this PR https://github.com/tree-sitter/tree-sitter-rust/pull/128, which merges successive doc comments.
-
Rust and Neovim - A Thorough Guide and Walkthrough
Tree-sitter is a fantastic parser generation and incremental parsing library, that supports Rust language bindings and has an available parser Rust tree-sitter-rust.
-
Plugins to help writing a new tree-sitter parser?
You can see a much more in-depth version at https://github.com/tree-sitter/tree-sitter-typescript or https://github.com/tree-sitter/tree-sitter-rust
-
Is rust-analyzer for neovim ever going to support semantic syntax highlighting?
I'll be really interested to see what folks end up preferring once nvim 0.5 ships with treesitter support. Do folks have any experience with the Rust grammar?
neovide
-
Helix-gpui: helix gpui front end
Have you looked at Neovide? It's very similar to this, a cross-platform Rust based front end for neovim. Neovide is really quite nice it's beautifully rendered.
https://neovide.dev
My primary use case for Neovide (vs neovim running in Wezterm/kitty/Alacritty) is simply so I can Alt/Cmd-TAB to it quickly as I usually run with many terminal windows open and it's somewhat of a chore to locate the one with nvim in it, whereas with Neovide I have a separate app with an icon in the dock/sysmenu to switch to.
-
Pulsar, the best code editor since Atom
- have a “graphical” user interface: https://github.com/neovide/neovide
-
Unreal Engine with Neovim: Config for Game Development
The process above works fine, though, depending on your setup and project, you might appreciate the benefits of a lean editor like Neovide. So, let’s see how to configure Neovim to run with Unreal Engine.
- Neovide – a simple, no-nonsense, cross-platform GUI for Neovim
- Modeless Vim
-
neovide scroll performance
EDIT: I found this just now -> https://github.com/neovide/neovide/issues/1902 and disabling relative line numbers does indeed make the problem more or less disappear.
-
Way to make Emacs feel smoother?
Not Emacs, but perhaps https://github.com/neovide/neovide will be of interest to you.
-
Switching from Emacs. My experience
im certainly not a programmer , but NVIM with SOME gui like neovide it looks amazing and great,
-
Update for telescope-all-recent.nvim: Frequency Sorting now for dressing.nvim!
Yes it is neovide: https://github.com/neovide/neovide
-
Software Developer Mac Apps
iTerm2, since Terminal.app doesn't support 24-bit colors and I used Neovim for some time. I now use Neovide for Neovim, so all I use iTerm2 for now is the UI (I have a theme I like, plus dark mode actually works).
What are some alternatives?
rust-analyzer - A Rust compiler front-end for IDEs
neovim-qt - Neovim client library and GUI, in Qt5.
LanguageClient-neovim - Language Server Protocol (LSP) support for vim and neovim.
neovim - Vim-fork focused on extensibility and usability
tree-sitter-graphql - Treesitter grammar for GraphQL
goneovim - A GUI frontend for neovim.
tree-sitter-javascript - Javascript grammar for tree-sitter
alacritty - A cross-platform, OpenGL terminal emulator.
tree-sitter-python - Python grammar for tree-sitter
vimr - VimR — Neovim GUI for macOS in Swift
tree-sitter-c - C grammar for tree-sitter
nvim-terminal.lua - A high performance filetype mode for Neovim which leverages conceal and highlights your buffer with the correct color codes.