Skip to content

hrsh7th/vim-gindent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-gindent

General indentexpr plugin for vim and nvim.

Usage

I don't recommend enabling vim-gindent on all filetypes.

You should specify only for filetypes that the indentation doesn't work properly.

let g:gindent = {}
let g:gindent.enabled = { -> index(['vim', 'php', ...], &filetype) != -1 }

Note

  • This plugin provides very basic indentexpr.
  • This plugin supports vim filetype and the general language that uses {} / () / [] / <> for indentation.

About

General indentexpr plugin for vim and nvim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published