Giter VIP home page Giter VIP logo

mine0vim's Introduction

Mine0Vim

My personal experimental Vim-like enviroment configs

Preview

Installation

git clone https://github.com/StrayDragon/Mine0Vim.git # or your forked repo

NeoVim

$ cd Mine0Vim/NeoVim; pwd | clipcopy       # if you don't have command clipcopy, just copy the `pwd` of this repo
$ mkdir -p ~/.config; cd ~/.config  # if you have the nvim/ directory, just backup it(rename to another directory)
$ ln -n -s <pwd for this repo> ~/.config/nvim
$ nvim +PlugUpdate

Ensure other deps

Python2/3

use pyenv/pyenv-virtualenv manage versions

# py2
pyenv install 2.7.18
# use Chinese mirror
# v=2.7.18 ; wget https://npm.taobao.org/mirrors/python/$v/Python-$v.tar.xz -P ~/.pyenv/cache/;pyenv install $v
pyenv virtualenv 2.7.18 pynvim2
pyenv activate pynvim2
pip install pynvim

# py3
pyenv install 3.8.5
# use Chinese mirror
# v=3.8.5 ; wget https://npm.taobao.org/mirrors/python/$v/Python-$v.tar.xz -P ~/.pyenv/cache/;pyenv install $v
pyenv virtualenv 3.8.5 pynvim3
pyenv activate pynvim3
pip install pynvim

Nodejs

use n manage versions

n lts

IdeaVim

$ cd Mine0Vim/IdeaVim; pwd | clipcopy       # if you don't have command clipcopy, just copy the `pwd` of this repo
$ ln -s <pwd for this repo> ~/.ideavimrc

License

MIT

Thanks for vim-plug, it's very small, easy to use and high performance. So I integrated it as default plugins manager :)

mine0vim's People

Contributors

straydragon avatar straydragonv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mine0vim's Issues

🚀 路线图 & TODO 随笔

项目名称解释为:

  • (Mi(ne)0vim) => 我的NeoVim配置
  • (Mine)0(Vim) => 我的从零开始的vim配置.

所以我的目标是随时可以在任何一个新环境下快速搭建符合自己口味开发编辑器/IDEs环境. (没错, 我就是那种用IDEs也要用Vim Keymap Binding的憨憨😂)

计划包含以下我常用的平台:

此列表将在今后逐步支持

  • NeoVim 0.4.3+
  • Vim 8.2+
  • IdeaVim (JetBrains IDEs)
  • VSCodeVim (VSCode)

TODO

草稿|记录现有的配置有哪些不足,后续将移动至Github Project管理各个平台需求| *越多越优先

NeoVim *****

  • 语意化的高亮语法插件调整(semshi, nvim-treesitter)
    • semshi 对 python 的支持要比 nvim-treesitter 更细致一些, 调整至除了py,剩下常用语言使用nvim-treesitter
  • 重构支持(coc.nvim::CocSearch, far.vim), 这是减少IDEs依赖的重要功能点
  • 大型项目(1w+的源代码的需要的索引同级别)的跳转,引用查看支持
  • 快捷键可视化, 用于README.md引流到Github Page展示, 减轻重复记忆负担
  • 梳理快捷键, 使用 vim-quickui 重建快捷键方式, 目标: 按键次数少, 记忆负担小, 提高效率
    • 集成 vim-surround
    • 集成 tabular
  • (实验) 小项目 debug 支持
  • 悬浮终端中应用与自身交互的配置(vim-floaterm)
    • lazygit
  • 插件精简
    • 开屏vim-startify目前只用了mru这一个功能, 可以考虑使用CocList或者集成到vim-quickui
  • asynctask 深度定制与集成使用
  • tmux 交互优化与配置
  • (实验) 不同bundle的配置入口, 用于实现应付不同场景使用不同插件组合的neovim, 有点类似docker那样
  • (实验) 考察 CocList, vim-clap, Leaderf, fzf.vim, 其列表的功能优势与不足并取舍

Vim **

  • 可配置并以兼容模式运行, 舍弃非核心插件与不兼容的插件以及核心配置运行

IdeaVim *****

  • 迁移并同步配置到本仓库 #5
  • 适配热门的核心插件配置 #5

VSCode ***

  • 迁移并同步部分配置与合并脚本到本仓库
  • 适配热门的核心插件配置

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.