Git Product home page Git Product logo

myneovimconfig's Introduction

myNeovimConfig

some neovim config for myself

neovim version == v0.9.5

KeyMaps

  • 定义 ';' 为 Leader 键

    • 使用 ;w 快速保存
    • 使用 ;q 快速退出
  • Ctrl + h/j/k/l 用于多窗口中切换光标位置

  • 在Visual模式下,Tab 和 Shift + Tab 用于缩进和反缩进

  • Ctrl + b 调用TreeToggle插件打开侧边目录栏

  • telescope 快速检索插件

    • ;ff : builtin.find_files
    • ;fg : builtin.live_grep
    • ;fb : builtin.buffers
    • ;fh : builtin.help_tags
  • tree-sitter 语法高亮

    • zc zo 折叠与打开代码块,默认打开
    • Enter 增量选择(可以不断按,不断向外扩展)
    • BackSpace 减少选择 (不断按,不断向内收缩)
    • :TSInstall "language" 安装不同语言的tree-sitter

Plugins

  • 修改nvim/lua/plugins.lua文件后自动更新插件

    • 各个插件的具体配置规则位于 nvim/lua/config 中
  • telescope 插件可能需要使用到 ripgrep

myneovimconfig's People

Contributors

aestheticisma avatar

Watchers

 avatar

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.