Skip to content

BtAbdul/Ds-user-nvim-config

 
 

Repository files navigation

Last commit

nvim_preview

📄 Requirements

Before you dive in, ensure you have the following requirements installed:

Click to see the requirements

💻 Installation

Please follow these steps:

  1. Preparation:

    • Ensure that Neovim is not running.
    • Remove or move your current nvim directory (if it exists).
  2. Installation:

    NOTE: If you encountered an error after the plugin installation. Just restart nvim or press <Space> + p + s after you restarted nvim.

    • On Linux/MacOS:

      bash <(curl -s https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.sh)
    • On Windows (Powershell):

      Invoke-WebRequest https://raw.githubusercontent.com/Alexis12119/nvim-config/main/installer/install.ps1 -UseBasicParsing | Invoke-Expression

✨ Features

  • Plugin Management: Efficiently manage plugins with lazy.nvim.
  • Built-in Code Runner: Execute code right from Neovim.
  • Project Management: Simplify project handling with project.nvim.
  • File Explorer: Navigate projects seamlessly using nvim-tree.lua.
  • Diff Viewer: Easily cycle through diffs with diffview.nvim.
  • Enhanced Searching: Improve searching with flash.nvim.
  • Autocompletion: Experience intelligent autocompletion with nvim-cmp.
  • Language Support: Harness the power of Language Server Protocol with nvim-lspconfig.
  • Formatting: Keep your code clean with conform.nvim.
  • Syntax Highlighting: Enjoy enhanced syntax highlighting with nvim-treesitter.
  • Fuzzy Finding: Find files and more with ease using telescope.nvim.
  • Integrated Terminal: Access a terminal within Neovim using toggleterm.nvim.
  • Git Integration: Effortlessly manage Git repositories with gitsigns.nvim and lazygit.
  • Keymap Cheatsheet: Quickly reference keymaps with which-key.nvim.
  • Markdown Preview: Preview your Markdown files with markdown-preview.nvim.

🌟 Stargazers

I appreciate the support from all the Stargazers!

Stargazers

CREDITS

This Neovim configuration is built upon the foundation of NvChad. Special thanks to the NvChad community and developers for their fantastic work.

“Make it work, make it right, make it fast.”

- Kent Beck


About

Generalized and Personalized

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 91.4%
  • Vim Snippet 3.5%
  • PowerShell 2.3%
  • Vim Script 1.5%
  • Shell 1.3%