Skip to content

Angluca/nature.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vim plugin for nature language

https://github.com/nature-lang/nature

Install using vim-plug

Plug 'angluca/nature.vim'

Set lsp if you want

Plug 'yegappan/lsp'

au filetype nature call LspAddServer([#{
            \    name: 'nature',
            \    filetype: ['nature'],
            \    path: 'nls',
            \  }])

Releases

No releases published

Packages

No packages published