Skip to content

A basic Abinit's input file syntax highlighting for quick validation

Notifications You must be signed in to change notification settings

Lattay/abinit.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abinit.vim

Syntax highlighting for Abinit's file.

Now supporting main input only.

Features:

  • Recognize all input "variables" (last updated for Abinit 9.10.5, which is the last production release)
  • highlight in red when a variable is not recognised
  • support comments

How to install

Easy way: Use vim-plug or your favorite plugin manager and add the following to your plugin section:

Plug 'Lattay/abinit.vim'

Handmade way: Copy the content of this project in your .vim or .config/nvim. You should then have something like that:

.vim
\-> ftdetect
    \-> abinit_input.vim
\-> syntax
    \-> abinit_input.vim

About

A basic Abinit's input file syntax highlighting for quick validation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published