I use vim-puppet-lint and syntastic, they are in the

https://github.com/scrooloose/syntastic
http://puppet-lint.com/

As an example, here is my .vimrc file
" http://vimdoc.sourceforge.net/htmldoc/change.html#fo-table
execute pathogen#infect()
set fo=tcq
set nocompatible
set modeline

syntax on

" Puppet-lint parameters
let g:syntastic_puppet_lint_arguments='--no-hard_tabs-check --no-2sp_soft_tabs-check --no-80chars-check'
" set default comment color to cyan instead of darkblue
" which is not very legible on a black background
highlight comment ctermfg=cyan

set tabstop=2
set expandtab
set softtabstop=2
set shiftwidth=2

set pastetoggle=<F2>

highlight LiteralTabs ctermbg=darkgreen guibg=darkgreen
match LiteralTabs /\s\  /
highlight ExtraWhitespace ctermbg=darkgreen guibg=darkgreen
match ExtraWhitespace /\s\+$/

" Show me a ruler
set ruler

" Set up puppet manifest and spec options
au BufRead,BufNewFile *.pp
  \ set filetype=puppet
au BufRead,BufNewFile *_spec.rb
  \ nmap <F8> :!rspec --color %<CR>

" Enable indentation matching for =>'s
filetype plugin indent on




On 12/26/2013 06:35 PM, Stuart Cracraft wrote:
Juan,

Where is this documented?

Stuart

On Thursday, December 26, 2013 3:35:23 AM UTC-8, JuanBrein wrote:

    I would highly suggest you to use VIM+plugins

    Powerful as any other graphical IDE plus you can run it in any
    console plus run on any OS plus free :-)

    On Tuesday, December 24, 2013 11:21:48 PM UTC, Stuart Cracraft wrote:

        Hi,

        Is there a plain-text visual debugger ide for Linux for Ruby
        anyone can mention?

        Stuart

--
You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/5e1f1bf7-5077-4090-a030-dcab582039d3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


--
Johan De Wit

Open Source Consultant

Red Hat Certified Engineer         (805008667232363)
Puppet Certified Professional 2013 (PCP0000006)
_________________________________________________________
Open-Future Phone +32 (0)2/255 70 70
Zavelstraat 72              Fax       +32 (0)2/255 70 71
3071 KORTENBERG             Mobile    +32 (0)474/42 40 73
BELGIUM                     http://www.open-future.be
_________________________________________________________

Next Events:
Puppet Advanced Training | 
http://www.open-future.be/puppet-advanced-training-7-till-9th-january
Puppet Fundamentals Training | 
http://www.open-future.be/puppet-fundamentals-training-4-till-6th-february
Subscribe to our newsletter | http://eepurl.com/BUG8H

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/52BD1E88.1080606%40open-future.be.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to