Open28

neovimを始めてみる

京シェイク京シェイク

動機

ターミナルってなんかかっこいいよね。(脳死)

正直VScodeばっかり使っていてなんとなく面白そうだったからやる。駄目そうでも戻れればいいや
とりあえずWSLでインストール。

sudo apt install neovim

…なんか古くない?

京シェイク京シェイク
特徴 tar.gz AppImage snap
容量 多分小さい(解凍するだけ) 大き目 一番大きい(半分コンテナっぽいらしい)
更新 自力 自力 勝手に
依存 自分で 勝手に 勝手に

こんなか?

京シェイク京シェイク

方針(要綱の満たし方)

https://nvchad.com/docs/quickstart/install
Pre-requisites
Neovim 0.10. -> AppImageで最新版入れる
Nerd Font as your terminal font. 
Make sure the nerd font you set doesn't end with Mono to prevent small icons.
Example : JetbrainsMono Nerd Font and not JetbrainsMono Nerd Font Mono
Ripgrep is required for grep searching with Telescope (OPTIONAL). =>後で入れます
GCC, Windows users must have mingw installed and set on path. -> WSLなので無関係
Make, Windows users must have GnuWin32 installed and set on path. ->WSLなの(略
Delete old neovim folders (check commands below) ->済

フォントってwindowsか?Ubuntuか?

京シェイク京シェイク

追記

Nerd Font as your terminal font. 
Make sure the nerd font you set doesn't end with Mono to prevent small icons.
Example : JetbrainsMono Nerd Font and not JetbrainsMono Nerd Font Mono ->白源で

京シェイク京シェイク
AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

みたいなエラーが出た
とりあえず指示に従ってつける

京シェイク京シェイク
 mv squashfs-root /
ln -s /squashfs-root/AppRun /usr/bin/nvim
nvim

っていう三つの命令に

mv: cannot move 'squashfs-root' to '/squashfs-root': Permission denied
ln: failed to create symbolic link '/usr/bin/nvim': Permission denied
-bash: /usr/bin/nvim: No such file or directory

三つエラーが帰ってきやがった

京シェイク京シェイク
./squashfs-root/AppRun

でnvim自体は起動できるから環境変数的なのを通したい