Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.2.1
    	Florian Fischer (1):
    	      fix diagnostics line highlighting
    
  • v0.2.0
    This is mostly a bug fix release.
    New features are support for highlighting linenumbers for available diagnostics
    and naive workspaceEdit.documentChanges support.
    
    * The type of the configuration option highlight_diagnostics was changed
      to nil | 'range' | 'line'.
    
    	Florian Fischer (5):
    	      fix hover result determination
    	      do not index a nil value when no formatting edits are returned
    	      try to convert workspaceEdit.documentChanges to plain changes
    	      Merge branch 'naive_documentChanges_support' into 'main'
    	      support highlighting the line number of available diagnostics
    
    	Michiel van den Heuvel (3):
    	      Fix filename escaping when opening a file
    	      Remove duplicate command_register call
    	      Add function to open a file to lspc object
    
  • v0.1.9
    Florian Fischer (4):
          jump to document position in the original window
          fix log file creation for paths including spaces
          fix the license headers to reflect the used GPL license
          fix format of license file headers
    
    Michiel van den Heuvel (6):
          Avoid screen flicker when navigating within file
          Add textDocument/formatting implementation
          Make formatting options sort of configurable
          Offer to save current file before opening new one
    
  • v0.1.8
    a035db0f · bump version to 0.1.8 ·
    Florian Fischer (2):
          distinguish between method call and method response
  • v0.1.7
    6b567679 · bump version to 0.1.7 ·
    Erlend Lind Madsen (2):
          add haskell-language-server
          add ocaml-language-server
    
    Florian Fischer (8):
          allow cursor keys when using vis-menu
          fix completions using textEdit
          add context parameter to textDocument/references call
          make vis-menu and vertical selection the default menu cmd
          support configuration and initializationOptions per language server
          link to the shipped language server configurations
          fix typo
          remove superfluous function parameter
  • v0.1.6
    53cebbab · bump version ·
    * fix textDocumentSync serverCapability check
    * be more LSP complied
    * add dart and typescript/javascript language server configurations
  • v0.1.5
    8fb904d2 · bump version ·
    * fix InitializeParams
    * support multiple json implementations
    * improve documentation
    * move shipped server configurations into separate file
    * support all kinds of hover results
    * support display of server messages
  • v0.1.4
    c60f7f44 · bump version to 0.1.4 ·
    * fix some crashes
    * rebind conflicting signatureHelp to <C-K>
    * add menu-/ confirm-cmd options
    * improve default log file location
  • v0.1.3
    86ec0a64 · bump version to 0.1.3 ·
    * fix parsing for split headers
    * add hover support
    * add signatureHelp support
    * add rename support
    * add bindings used by nvim
  • v0.1.2
    * fix recursive LSP server message parsing
    * add default bindings inspired by nvim
    * automatically open the current file when showing diagnostics
    * improve show-diagnostic feedback when no diagnostics are available on the requested line
  • v0.1.1
  • v0.1.0
    081db1df · release version 0.1.0 ·