Code Monkey home page Code Monkey logo

nvim-config-lua-mac's Introduction

🪐 好用的neovim(0.6+)配置! 🚀

基于cosmos-nvim配置的自己的neovim配置,带一些简单的注释

展示

截屏2022-02-15 上午9 59 27

功能

  • 文件树
  • 模糊查找:全局查找
  • LSP:语法检查、格式化、错误处理等
  • 文件查找:文件名查找
  • Git:状态、图表
  • 帮助按键:<leader> <Space>

安装使用

前置依赖

  1. 搜索工具ripgrep, fd

安装步骤

  1. git clone https://github.com/WanderHuang/nvim-config-lua-mac.git ~/.config/nvim
  2. vim +checkhealth
  3. in vim: :PackerInstall

一般技能

写了一些常用键位记忆的清单,可以在这里提取

特殊技能

全局查找替换

  1. <space>/查找项目对应的字符串
  2. <C-q>telescope查出来的数据导入quickfix list,配合映射的C-j C-k可以快速修复
  3. [option]过滤自己需要修改的数据要使用cfilter,加载:packadd Cfilter
  4. :Cfilter YOUR_STRING
  5. :cdo s/ORIGIN/REPLACEMENT/gc 在所有quickifix list中执行一条命令

nvim-config-lua-mac's People

Contributors

wanderhuang avatar yetone avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

enterpriseih

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.