зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
m
Этот коммит содержится в:
родитель
03eacc4587
Коммит
cb0ae94a35
6
os/editors/neovim/plugins/ai/neovim-chatgpt.txt
Обычный файл
6
os/editors/neovim/plugins/ai/neovim-chatgpt.txt
Обычный файл
@ -0,0 +1,6 @@
|
||||
https://github.com/dreamsofcode-io/chatgpt.nvim
|
||||
https://github.com/jackmort/chatgpt.nvim
|
||||
|
||||
2023
|
||||
DreamsOfCode - Better than Copilot? This AI plugin for Neovim is Incredible 0:00 of 12:24
|
||||
https://www.youtube.com/watch?v=7k0KZsheLP4
|
||||
@ -58,3 +58,10 @@ Number Start End Size File system Name Flags
|
||||
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
|
||||
2 538MB 1500GB 1499GB ext4
|
||||
3 1500GB 2000GB 500GB
|
||||
|
||||
sudo parted -s -a opt $DEVICE mklabel gpt \
|
||||
mkpart p 512MB 100% \
|
||||
mkpart ESP fat32 1MB 512MB \
|
||||
set 2 esp on p \
|
||||
mkpart p ext4 512MB -500GB \
|
||||
mkpart luks ext4 -500GB 100%
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user