Git Product home page Git Product logo

rust-tools.nvim-nightly-'s Introduction

rust-tools.nvim (nightly)

This is a customized fork of https://github.com/simrat39/rust-tools.nvim with unmerged feature request and bug fixes.

Please read below before using.

  • I use this fork as daily driver for my works that mostly use Rust.
  • I merge the pull-requests without my own review and compatibility check, and push to here if no appearant problem happens.
  • If I find bugs or improvements, I'll provide notice or bug fix commit to the source pull-request.
  • This fork may contain my own improvements and bug fixes not related to the pull-requests just for me.
  • If the changes seem helpful to anyone other than me, I'll open pull-request to simrat39/rust-tools.nvim when the change is stabilized.
  • If you find not merged one, feel free to open an issue.

If you find a stabilized fork, try https://github.com/MunifTanjim/rust-tools.nvim/commits/patched.

choice module: simrat39#382

-- choice module you use to speed up setuptime
open = {
  crate_graph = true,
  expand_macro = true,
  external_docs = true,
  debuggables = true,
  hover_range = true,
  workspace_refresh = true,
  move_item = true,
  standalone = true,
  dap = true,
  parent_module = true,
  runnables = true,
},

inlay hints priority: simrat39#361

-- inlay hints priority
inlay_hints = {
  priority = 100,
},

hover window keymaps option: simrat39#189

hover_actions = {
	-- keymaps for scrolling the hover window
	keymaps = {
		-- enable the keymaps
		-- default: false
		enable = false,
		-- scroll up
		-- default: "<c-j>"
		scroll_up = "<c-j>",
		-- scroll down
		-- default: "<c-k>"
		scroll_down = "<c-k>",
	},
},

rust-tools.nvim-nightly-'s People

Contributors

simrat39 avatar ryo33 avatar indianboy42 avatar baz avatar tomtomjhj avatar samclercky avatar arindas avatar p00f avatar williamboman avatar matze avatar dodomorandi avatar avimitin avatar lfdominguez avatar sigmasd avatar zmtq05 avatar krady21 avatar frefreak avatar rodrigodd avatar pgherveou avatar muniftanjim avatar mdietrich16 avatar m-lima avatar 1024bees avatar lvim-tech avatar mosauter avatar nesaro avatar vonpb avatar 5c077m4n avatar spaarmann avatar simonboots avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.