Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAPF Language Server

An lsp-server for sapf. Has some syntax highlighting, autocompletion and hover support for docs. Might work poorly.

demo

Building

cargo build --release

Neovim Configuration

local lspconfig = require("lspconfig")
local configs = require("lspconfig.configs")

if not configs.sapf then
  configs.sapf = {
    default_config = {
        cmd = { "sapf-lsp" }, -- path to the executable
      root_dir = lspconfig.util.root_pattern("*.sapf"),
      filetypes = { "sapf" },
    },
  }
end
lspconfig.sapf.setup({})

About

lsp server for sapf

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages