Snippets Groups Projects
  1. Mar 14, 2025
  2. Oct 19, 2024
  3. Sep 10, 2024
  4. Aug 26, 2024
  5. Aug 24, 2024
  6. Aug 23, 2024
  7. Aug 22, 2024
  8. Jul 30, 2024
  9. Jul 28, 2024
  10. Jul 22, 2024
  11. Jul 21, 2024
  12. Jul 18, 2024
  13. Jul 16, 2024
  14. May 10, 2024
  15. May 08, 2024
  16. May 06, 2024
  17. May 02, 2024
  18. Apr 27, 2024
    • Damjan 9000's avatar
      README: add clipboard tool dependency (#886) · b7d5cc8f
      Damjan 9000 authored
      Fixes: #884
      Neovim requires an external tool for proper system clipboard integration.
      Some systems install this already by default:
      - on Fedora xsel is already installed by default
      - on Windows using the choko install the win32yank is alredy installed
      This is not installed by default on ubuntu or debian so adding that
      to the dependencies list and to the install instructions snippets.
      b7d5cc8f
  19. Apr 22, 2024
    • Adolfo Gante's avatar
      Update README.md (#875) · 8df3deb6
      Adolfo Gante authored
      Line 102. Placed 'also' before the 'includes'.
      
      "That includes also examples of adding popularly requested plugins." ---> "That also includes examples of adding popularly requested plugins."
      8df3deb6
    • Francis Belanger's avatar
    • Francis Belanger's avatar
      Fix highlight errors when lsp crash or stop (#864) · 81f270a7
      Francis Belanger authored
      
      * Fix highlight errors when lsp crash or stop
      
      It adds a check wether the client is still available before
      highlighting.
      
      If the client is not there anymore it returns `true` to unregister the
      autocommand
      
      This fix the
      `method textDocument/documentHighlight is not supported by any of the servers registered for the current buffer`
      errors when doing a LspRestart or the server crashes
      
      * Delete the highlight autocommands in the LspDetatch event
      
      * Only delete autocmds for the current buffer with the group name
      
      * Simplify clearing the autocommands
      
      ---------
      
      Co-authored-by: default avatarFrancis Belanger <francis.belanger@ubisoft.com>
      81f270a7