diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-02-18 16:16:16 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-02-18 16:16:16 -0500 |
| commit | ce62c7a80f6dd930455109a953ff825e7116317d (patch) | |
| tree | ee36754f973e15d355773aeb2391882e748cb795 /.local/share | |
| parent | 0c19025adb7f71cc085571e81847c5ff80f37264 (diff) | |
| download | eibhear-ce62c7a80f6dd930455109a953ff825e7116317d.tar.gz eibhear-ce62c7a80f6dd930455109a953ff825e7116317d.tar.zst eibhear-ce62c7a80f6dd930455109a953ff825e7116317d.zip | |
nvim
Diffstat (limited to '.local/share')
| -rw-r--r-- | .local/share/applications/vim.desktop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/share/applications/vim.desktop b/.local/share/applications/vim.desktop index 963303e..aa2284e 100644 --- a/.local/share/applications/vim.desktop +++ b/.local/share/applications/vim.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application -Name=Vim -Exec=/usr/local/bin/st -e vim %u +Name=Neovim +Exec=/usr/local/bin/st -e nvim %u |
