Skip to content

Instantly share code, notes, and snippets.

@GaussianWonder
Created June 12, 2022 15:03
Show Gist options
  • Select an option

  • Save GaussianWonder/f5cd9982833b8b7dc421789cb6b2783c to your computer and use it in GitHub Desktop.

Select an option

Save GaussianWonder/f5cd9982833b8b7dc421789cb6b2783c to your computer and use it in GitHub Desktop.

Revisions

  1. GaussianWonder created this gist Jun 12, 2022.
    13 changes: 13 additions & 0 deletions lvide.desktop
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    [Desktop Entry]
    Type=Service
    Icon=nvim
    X-KDE-ServiceTypes=KonqPopupMenu/Plugin
    MimeType=text/plain;
    Actions=openFilesInLunarNeovide;
    Encoding=UTF-8
    X-KDE-AuthorizeAction=shell_access

    [Desktop Action openFilesInLunarNeovide]
    Name=OpenFile(s) in Neovide
    Icon=nvim
    Exec=lvide -p %f
    13 changes: 13 additions & 0 deletions lvide_folder.desktop
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    [Desktop Entry]
    Type=Service
    Icon=nvim
    X-KDE-ServiceTypes=KonqPopupMenu/Plugin
    MimeType=inode/directory;
    Actions=openFolderInLunarNeovide;
    Encoding=UTF-8
    X-KDE-AuthorizeAction=shell_access

    [Desktop Action openFolderInLunarNeovide]
    Name=OpenFolder in Neovide
    Icon=nvim
    Exec=lvide %f