- https://github.com/neovim/neovim/blob/master/INSTALL.md
- https://nvchad.com/
- https://github.com/github/copilot.vim?tab=readme-ov-file
- Edit
~/.config/nvim/lua/plugins/init.lua
- Edit
{
"github/copilot.vim",
-- Start copilot when Vim startup
// Complie with w64devkit: | |
// g++ main.cpp -o b -lWtsapi32 | |
#define SECURITY_WIN32 | |
#include <windows.h> | |
#include <Wtsapi32.h> | |
#include <iostream> | |
bool IsUserLoggedIn() | |
{ |
~/.config/nvim/lua/plugins/init.lua
{
"github/copilot.vim",
-- Start copilot when Vim startup
Repo: https://github.com/kubo/snzip Snappy repo: https://github.com/google/snappy
Pre install:
sudo dnf install snappy snappy-devel
trusted root certification authorities
Download Link:
Slient install
nitro_pro13_x86.msi /qn /norestart APPLICATION_LANGUAGE=<language_code>
Replace the with listed value below
Install package
pip install testcontainers
Start docker
sudo systemctl status docker
sudo systemctl start docker
#include <iostream> | |
#include <windows.h> | |
#include <urlmon.h> | |
#pragma comment(lib, "urlmon.lib") | |
int main() | |
{ | |
std::string downloadUrl = "https://www.uvnc.eu/download/1400/UltraVnc_1409_X64.msi"; // Replace with the actual download URL | |
std::string filePath = "D:\\Download\\UltraVnc_1409_X64.msi"; // Replace with the desired download path |