Skip to content

kLabz/haxe.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haxe.vim is a vim plugin for Haxe, forked from vaxe to focus on providing filetype detection, syntax highlighting and indenting for Haxe-related files.

More advanced features are left to LSP client.

Installation

Install kLabz/haxe.vim with your favorite plugin manager.

Example LSP client configuration

Apply your usual lsp config, for an example see nvim-lspconfig suggested configuration.

For default configuration and haxe LSP server setup instructions, see nvim-lspconfig server configurations.

require("lspconfig")["haxe_language_server"].setup {}

About

A minimalist vim mode for Haxe.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Vim Script 100.0%