Skip to content

Latest commit

 

History

History
91 lines (71 loc) · 4.76 KB

README.md

File metadata and controls

91 lines (71 loc) · 4.76 KB

Dragonixj's Nvim Config

Startup page

startup page 1 startup page 2
startup page 3 startup page 4

Some screenshots

Mason Ui Whickkey UI
mason page
Nvim tree Telescope UI
tree telescope
diffview toggleterm
diffview toggleterm
lazy nvim cmp
wilder menu cmp

Installation

Simply run the following command on your terminal (I expect you already have git installed.)

git clone https://github.com/Dragonixj/nvim-config.git ~/.config/nvim && nvim

Plugins

My config uses lazy to manage plugins.
Needed Dependencies

  • fd
  • ripgrep
  • chafa

status line and colorschemes

  • lualine - A customizable status line

colorschemes

Utilities & UI stuff

Lsp Tools(formatting,linting,completion etc.)

Contributing

This is a personal config, mostly with things that seem to work best for me. However, the repo is always open to good suggestions. Feel free to fork it and customize it to your own liking, or to create PRs with improvements.