Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
doitsu2014 committed Jun 16, 2022
1 parent cbddf76 commit 5c6fa77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion nvim/lua/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,4 @@ require('nvim-cursorline').setup {
require('Comment').setup()
require('plugins')


return
2 changes: 1 addition & 1 deletion script_download_neovim.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mkdir -p download
curl -L https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.deb > nvim-linux64.deb
sudo dpkg -i --force-overwrite nvim-linux64.deb
sudo dpkg -i --force-overwrite ./nvim-linux64.deb

0 comments on commit 5c6fa77

Please sign in to comment.