替换LeaderF 为 telescope.nvim。 配置nvim-treesitter。 仅用于 viml,和 neorg 替换auto-pairs 为 nvim-autopairs。 [o] 配置 neorg 作为笔记工具。 nvim-treesitter 当前的兼容性不太好,先放弃。 setup的参数没必要写全,只写需要覆盖的选项。
-- Make the server aware of Neovim runtime files library = vim.api.nvim_get_runtime_file("", true), checkThirdParty = false, }, -- Do not send telemetry data containing a randomized but unique identifier telemetry = { enable = false, }, }, }, } lspconfig.sqls.setup{} -- Pyth...
README Unlicense license My user configuration forNeovim+AstroNvim+Neovide. Usage git clone https://github.com/ziteh/vim-config.git~/.config/nvim/lua/user For Windows, change the path to:C:\Users\<USER>\AppData\Local\nvim\lua\user...
config/setup for macOS/Linux/Windows: zsh, vim, tmux, vscode; old: Arch, awesome Topics macos dotfiles zsh vimrc zshrc neovim vscode hammerspoon-configuration vscode-settings tmux-conf neovim-configuration setup-script setup-development-environment Resources Readme Activity Stars 5 stars Watche...
How to config neovim with fennel 天驱九剑 收收味 update: 目前已经迁移到nfnl一段时间了,所以更新一下这篇文章 前言 本篇的主要内容是用 fennel 配置 neovim 的基础介绍,主要面向人群为对 neovim 和 lua 稍有了解,可以接… CSGO如何将从ProSettings网站上下载好的职业选手的Config文件覆盖到游戏里面?
在wsl2 的 neovim 中复制的内容无法在 windows 中粘贴,反过来也一样。网上解决这个问题的方法很多,这里汇总一个我实测可行的。 安装 win32yank 注意是在 wsl 中安装,记得…阅读全文 赞同1 添加评论 分享收藏 OpenTabletDriver与TabletDriver的config配置教程 灵香 未来已来! 目前中文互联网...
安装neovim之后,将此仓库克隆到~/.config/nvim 。 git clone git@github.com:donny-son/nvim-config.git ~/.config/nvim 依存关系 语言能力 需要安装python和golang。 插件管理器 使用以下命令安装插件mananger vim-plug 。 sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autolo...
Plug'nvim-telescope/telescope-fzf-native.nvim'"手动编译" hight lightPlug'nvim-treesitter/nvim-treesitter'Plug'RRethy/vim-illuminate'" auto compeletionPlug'neovim/nvim-lspconfig'Plug'hrsh7th/cmp-nvim-lsp'Plug'hrsh7th/nvim-cmp'Plug'hrsh7th/cmp-buffer'Plug'hrsh7th/cmp-path'Plug'hrsh7th...
neovim and wezterm configuration of yf Play with the keyboard and enjoy the silky programming experience! (We recommend that you use wezterm virtual terminal) wezterm is a multi-platform virtual terminal that supports configuration in lua language, while neovim also supports configuration in lua langua...
➜ Vn git:(master) ✗ sudo apt install neovim ➜ Vn git:(master) ✗ nvim --version NVIM v0.4.3 Build type: Release LuaJIT 2.0.5 Compilation: /usr/bin/cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -O2 -DNDEBUG -DMIN_LOG_LEVEL=3 -Wall -Wextra -pedantic -Wno-unus...