🦀 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim - mrcjkb/rustaceanvim
I have found a fascinatingly specific situation wherewhich-keyseems to not set up it's trigger for some reason when entering a buffer. I'm not sure what could be causing it. It seems to be the combination of fzf-lua, rustaceanvim, and the manual re-triggering offiletypedetectautocommand...
{"c","rust"},-- Or use a function for more flexibility, e.g. to disable slow treesitter highlight for large filesdisable =function(lang, buf)localmax_filesize =100*1024-- 100 KBlocalok, stats =pcall(vim.loop.fs_stat, vim.api.nvim_buf_get_name(buf))ifokandstatsandstats.size >...
"rustaceanvim": { "branch": "master", "commit": "047f9c9d8cd2861745eb9de6c1570ee0875aa795" }, "telescope.nvim": { "branch": "master", "commit": "10b8a82b042caf50b78e619d92caf0910211973d" }, "todo-comments.nvim": { "branch": "main", "commit": "8f45f353dc3649cb9b44...
(for example if you want to -- disable highlighting for the `tex` filetype, you need to include `latex` in this list as this is -- the name of the parser) -- list of language that will be disabled disable = { "c", "rust" }, -- Or use a function for more flexibility, e.g...
Please switch to mrcjkb/rustaceanvim. rust-tools.nvim A plugin to improve your rust experience in neovim. Quick Links Wiki CodeLLDB Debugging Standalone File Installation Setup Usage Prerequisites neovim 0.7 nvim-lspconfig rust-analyzer dot from graphviz (only for crate graph) Installation ...
rust (LSP)rustaceanvim elixirneotest-elixir dotnetneotest-dotnet scalaneotest-scala haskellneotest-haskell denoneotest-deno javaneotest-java kotlinneotest-kotlin foundryneotest-foundry zigneotest-zig c++ (google test)neotest-gtest gradleneotest-gradle ...
mrcjkb/rustaceanvim scalameta/nvim-metals onsails/lspkind.nvim mfussenegger/nvim-jdtls neovim/nvim-lspconfig lsp-installer lua-colorscheme markdown-and-latex iamcco/markdown-preview.nvim media motion note-taking nvim-dev plugin-manager ...
"rustaceanvim": { "branch": "master", "commit": "d6d7620b66d74b3b16defcf85cbef7b3582795b3" }, "sonokai": { "branch": "master", "commit": "16fa31a410183ce945e58d834a74f161a2dce5aa" }, "telescope-file-browser.nvim": { "branch": "master", "commit": "a7ab9a957b1719918...
This is my personal Neovim configuration aimed at transforming it into an IDE. - nvim/lazy-lock.json at main · paopa/nvim