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',
\ }])