Skip to content

Instantly share code, notes, and snippets.

@davidpdrsn
Created April 6, 2018 08:06
Show Gist options
  • Select an option

  • Save davidpdrsn/5361fb0fa5c8c5e2f7d17d72ecf4699e to your computer and use it in GitHub Desktop.

Select an option

Save davidpdrsn/5361fb0fa5c8c5e2f7d17d72ecf4699e to your computer and use it in GitHub Desktop.
:verbose NeomakeInfo #### Neomake debug information
Async support: 1
Current filetype: rust
Windows: 0
[shell, shellcmdflag, shellslash]:['/bin/bash', '-c', 0]
##### Enabled makers
For the current filetype ("rust", used with :Neomake):
- cargo
- append_file: 0
- args: ['check', '--message-format=json', '--quiet']
- auto_enabled: 1
- cwd: '/Users/davidpdrsn/Desktop/neomake-cargo-workspace-broken/workspace/member_crate'
- exe: 'cargo'
- process_output: function('neomake#makers#ft#rust#CargoProcessOutput')
NOTE: you can define g:neomake_rust_enabled_makers to configure it (or b:neomake_rust_enabled_makers).
Default maker settings:
- output_stream: 'both'
- remove_invalid_entries: 0
- buffer_output: 1
For the project (used with :Neomake!):
None.
NOTE: you can define g:neomake_enabled_makers to configure it.
##### Settings
###### New-style (dict, overrides old-style)
```
g:neomake: unset
b:neomake: unset
```
###### Old-style
```
g:neomake_haskell_hlint_maker = {'args': ['-i "Redundant do"']}
g:neomake_place_signs = 1
g:neomake_ruby_enabled_makers = ['rubocop']
g:neomake_ruby_rubocop_maker = {'postprocess': function('neomake#makers#ft#ruby#RubocopEntryProcess'), 'errorformat': '%f:%l:%c: %t: %m', 'args': ['%:d'], 'exe': 'check-style'}
```
makeprg=make
#### :version
```
NVIM v0.2.2
Build type: Release
LuaJIT 2.0.5
Compilation: /usr/local/Homebrew/Library/Homebrew/shims/super/clang -Wconversion -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DNVIM_MSGPACK_HAS_FLOAT32 -DNVIM_UNIBI_HAS_VAR_FROM -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unused-parameter -Wstrict-prototypes -std=gnu99 -Wi
mplicit-fallthrough -Wvla -fstack-protector-strong -fdiagnostics-color=auto -DINCLUDE_GENERATED_DECLARATIONS -I/tmp/neovim-20180209-66903-ukwirj/neovim-0.2.2/build/config -I/tmp/neovim-20180209-66903-ukwirj/neovim-0.2.2/src -I/usr/local/include -I/usr/local/include -I/usr/local/
include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/opt/gettext/include -I/usr/include -I/tmp/neovim-20180209-66903-ukwirj/neovim-0.2.2/build/src/nvim/auto -I/tmp/neovim-20180209-66903-ukwirj/neovim-0.2.2/build/include
Compiled by brew@Sierra-2.local
Features: +acl +iconv +jemalloc +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/local/Cellar/neovim/0.2.2_1/share/nvim"
Run :checkhealth for more info
```
#### :messages
```
"workspace/member_crate/src/main.rs" 4L, 70C
"workspace/member_crate/src/main.rs" 4L, 70C written
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment