Lines Matching refs:g
25 *g:rustc_path*
26 g:rustc_path~
29 let g:rustc_path = $HOME."/bin/rustc"
32 *g:rustc_makeprg_no_percent*
33 g:rustc_makeprg_no_percent~
36 let g:rustc_makeprg_no_percent = 1
39 *g:rust_conceal*
40 g:rust_conceal~
42 let g:rust_conceal = 1
45 *g:rust_conceal_mod_path*
46 g:rust_conceal_mod_path~
49 let g:rust_conceal_mod_path = 1
52 *g:rust_conceal_pub*
53 g:rust_conceal_pub~
55 let g:rust_conceal_pub = 1
58 *g:rust_recommended_style*
59 g:rust_recommended_style~
64 let g:rust_recommended_style = 0
67 *g:rust_fold*
68 g:rust_fold~
70 let g:rust_fold = 1
79 *g:rust_bang_comment_leader*
80 g:rust_bang_comment_leader~
83 let g:rust_bang_comment_leader = 1
86 *g:ftplugin_rust_source_path*
87 g:ftplugin_rust_source_path~
90 let g:ftplugin_rust_source_path = $HOME.'/dev/rust'
93 *g:rustfmt_command*
94 g:rustfmt_command~
97 let g:rustfmt_command = 'rustfmt'
99 *g:rustfmt_autosave*
100 g:rustfmt_autosave~
103 let g:rustfmt_autosave = 0
105 *g:rustfmt_fail_silently*
106 g:rustfmt_fail_silently~
109 let g:rustfmt_fail_silently = 0
111 *g:rustfmt_options*
112 g:rustfmt_options~
116 let g:rustfmt_options = ''
119 *g:rust_playpen_url*
120 g:rust_playpen_url~
122 let g:rust_playpen_url = 'https://play.rust-lang.org/'
125 *g:rust_shortener_url*
126 g:rust_shortener_url~
128 let g:rust_shortener_url = 'https://is.gd/'
150 If |g:rustc_path| is defined, it is used as the path to rustc.
169 If |g:rustc_path| is defined, it is used as the path to rustc.
180 If |g:rustc_path| is defined, it is used as the path to rustc.
191 If |g:rustc_path| is defined, it is used as the path to rustc.
201 |g:rust_playpen_url| is the base URL to the playpen, by default
204 |g:rust_shortener_url| is the base URL for the shortener, by
208 Runs |g:rustfmt_command| on the current buffer. If
209 |g:rustfmt_options| is set then those will be passed to the
212 If |g:rustfmt_fail_silently| is 0 (the default) then it
214 |g:rustfmt_command|. If |g:rustfmt_fail_silently| is set to 1
218 Runs |g:rustfmt_command| with selected range. See