Giter Club home page Giter Club logo

astronvim_config's Introduction

My AstroNvim Configuration

🌟 Preview

Preview Image

🛠️ Installation

  1. You need to install AstroNvim first, if you haven't installed it

  2. Backup before Installation, if you have your own config before

    mv ~/.config/nvim/lua/user/ ~/.config/nvim/lua/user_Backup
    
  3. clone this repository

    git clone https://github.com/npc-123/astronvim_config.git ~/.config/nvim/lua/user/
    
  4. Sync The Package To download All Plugins

    nvim
    
  5. Install LSP for Snippet and autocomplete (optional)

    • :LspInstall <language_to_install>
  6. DONE

⌨️ Mappings

Insert Mode

Action Mappings
Escape key jk, jj, qw
Save inside Insert Mode Ctrl + s
Quit inside Insert Mode Ctrl + q
Undo Ctrl + z
Redo Ctrl + y
Next Buffer Ctrl + PageDown
Previous Buffer Ctrl + PageUp
Select This Line Shift + End
(Codeium) Accept Suggestion Ctrl + x

Normal Mode

Action Mappings
Open File Manager in current file Space + ae
Search Text in current File Space + af
Set Directory to Current File Directory Space + ac

Go to Space + a to get My Custom Config List

✨ Plugins

⚠️ For Termux User, You need to install tslib to make markdown-preview work : npm install -g tslib

  • markdown-preview.nvim - Markdown preview in the browser using pandoc and live-server through Neovim's job-control API.
  • tokyonight.nvim - A clean, dark and light Neovim theme written in Lua, with support for LSP, Tree-sitter and lots of plugins.
  • todo-comments.nvim - Highlight, list and search todo comments in your projects.
  • vim-visual-multi - Multiple cursors plugin for vim/neovim.
  • codeium.vim - Free, ultrafast Copilot alternative for Vim and Neovim

⭐ Credits

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.