05 2023 档案

nvim中packer.lua的设置
摘要:Manu`s website | Configure Nvim with Lua: Plugin/package management (3) (manujsdev.com) local ensure_packer = function() local fn = vim.fn local insta 阅读全文

posted @ 2023-05-27 21:11 风中狂笑 阅读(213) 评论(0) 推荐(0) 编辑

linux 命令行 命令
摘要:Linux 快速删除已输入的命令 - Sinsen柳 - 博客园 (cnblogs.com) 从输入模式到命令模式: 按”:“到最后一行,再按ctrl+z 就好了 history 显示命令历史列表 ↑(Ctrl+p) 显示上一条命令 ↓(Ctrl+n) 显示下一条命令 !num 执行命令历史列表的第 阅读全文

posted @ 2023-05-26 14:35 风中狂笑 阅读(46) 评论(0) 推荐(0) 编辑

lazy.nvim install and config
摘要:cd ~/.local/share/nvim/lazy then git clone lazy.nvim to this directory then you can use lazy in nvim 阅读全文

posted @ 2023-05-20 17:09 风中狂笑 阅读(412) 评论(0) 推荐(0) 编辑

linux ranger install
摘要:https://www.bilibili.com/video/BV1ER4y1F72A https://mp.weixin.qq.com/s/y1ISUqoya1rJGTpDd5OwMw 项目地址https://github.com/ranger/ranger >sudo apt-get insta 阅读全文

posted @ 2023-05-18 08:53 风中狂笑 阅读(54) 评论(0) 推荐(0) 编辑

nvim configration - to be deleted
摘要:111111111111111111 阅读全文

posted @ 2023-05-14 18:55 风中狂笑 阅读(180) 评论(0) 推荐(0) 编辑

nvim中dashboard配置
摘要:local status, db = pcall(require, "dashboard") if not status then vim.notify("没有找到 dashboard") return end db.setup({ theme = 'hyper', config = { week_ 阅读全文

posted @ 2023-05-14 18:50 风中狂笑 阅读(919) 评论(0) 推荐(0) 编辑

ubuntu git configuration-no use
摘要:ubuntu 安装Git与配置SSH key_ubuntu 设置git ssh key_云儿cloudy的博客-CSDN博客 阅读全文

posted @ 2023-05-13 21:01 风中狂笑 阅读(10) 评论(0) 推荐(0) 编辑

Ubuntu中安装最新nodejs-good
摘要:安装coc.nvim提示版本应该大于14 但ubuntu安装的比较低 只能通过以下方式 Index of /dist/ (nodejs.org) Ubuntu20安装最新nodejs_呵呵你真行的博客-CSDN博客 wget https://nodejs.org/dist/v20.3.1/node- 阅读全文

posted @ 2023-05-13 17:29 风中狂笑 阅读(239) 评论(0) 推荐(0) 编辑

wsl使用windows11的代理连接github
摘要:这就表示连接成功了 export hostip=$(cat /etc/resolv.conf |grep -oP '(?<=nameserver\ ).*') #获得网关地址export proxyPort=1080 #端口alias proxy=' export https_proxy="http 阅读全文

posted @ 2023-05-12 13:58 风中狂笑 阅读(843) 评论(0) 推荐(0) 编辑

WSL2 中访问宿主机 Windows 的代理
摘要:这篇有点问题,另外一篇成功了 WSL2 中访问宿主机 Windows 的代理 - ZingLix Blog sudo apt install proxychains4 阅读全文

posted @ 2023-05-10 23:34 风中狂笑 阅读(108) 评论(0) 推荐(0) 编辑

在wsl中安装neovim0.9版本-good
摘要:How to Install Neovim on Ubuntu 22.04 (linuxopsys.com) Release Nvim release build · neovim/neovim (github.com) 使用sudo apt-get install neovim最高版本是0.7 f 阅读全文

posted @ 2023-05-10 10:57 风中狂笑 阅读(689) 评论(0) 推荐(0) 编辑

wsl中更换清华镜像源-good
摘要:>sudo nvim /etc/apt/sources.list如果使用nvim,注意wsl和windows的剪贴板需要设置》set clipboard=unnamedplus# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释 deb https://mirrors.t 阅读全文

posted @ 2023-05-10 09:39 风中狂笑 阅读(438) 评论(0) 推荐(0) 编辑

wsl2中实现neovim与系统的剪贴板共享
摘要:wsl2中实现neovim与系统的剪贴板共享 - 知乎 (zhihu.com) curl -sLo/tmp/win32yank.zip https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x64.zip 阅读全文

posted @ 2023-05-10 09:16 风中狂笑 阅读(544) 评论(0) 推荐(0) 编辑

ubunt中安装neovim版本太低解决方法
摘要:安装的是0.6版本的neovim,下面那个方法版本也只有倒0.7或者0.8,不是最新版0.9 Ubuntu 20.04 apt-get 安装 Neovim v0.6.1 - 个人文章 - SegmentFault 思否 阅读全文

posted @ 2023-05-10 07:06 风中狂笑 阅读(1184) 评论(0) 推荐(0) 编辑

unable to locate package in ubuntu
摘要:Linux新手入门:Unable to locate package错误解决办法_xiaogugood的博客-CSDN博客 solution:sudo apt-get update 阅读全文

posted @ 2023-05-09 21:30 风中狂笑 阅读(24) 评论(0) 推荐(0) 编辑

wsl安装与使用
摘要:可以直接使用>wsl --install 进行安装,但不推荐,不知道为啥 可以打开控制面板>程序>程序和功能>启用或关闭windows功能>适用于linux的windows子系统和虚拟机平台这两项打开,然后会提示你重启电脑,重启之后打开microsoft store里搜索ubuntu,进行获取即可 阅读全文

posted @ 2023-05-08 11:46 风中狂笑 阅读(131) 评论(0) 推荐(0) 编辑

如何在powershell中使用gvim和vim
摘要:如果在powershell中提示一串红色。。。则进行以下操作 以下操作在powershell中进行 >$profile 会显示文件路径,如果没有的话,则创建这个文件 比如我的路径是 C:\Users\User\Documents\WindowsPowerShell 新建一个后缀为ps1的文件,文件名 阅读全文

posted @ 2023-05-08 09:55 风中狂笑 阅读(628) 评论(0) 推荐(0) 编辑

通过msys2安装mingw64
摘要:Get Started with C++ and Mingw-w64 in Visual Studio Code MSYS2这里下载msys2以及如何安装mingw 安装完整之后跳出一个界面,里面输入命令安装mingw 但运行>gcc --version却显示无此命令,然后再vscode帮助里看到需 阅读全文

posted @ 2023-05-03 12:46 风中狂笑 阅读(619) 评论(0) 推荐(1) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示