Skip to content

kwabenadarkwa/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim Configuration

Welcome to my Neovim configuration! 🚀

This setup includes plugins for enhancing your Neovim experience, including:

  • alpha: A Lua API wrapper for Neovim UI.
  • catppuccino: A beautiful and vibrant color scheme.
  • telescope.nvim: A highly extendable fuzzy finder.
  • nvim-treesitter: A Lua powered incremental parser for Neovim.
  • ... and many more you can check out in the lua/plugins directory.

Configuring

To use my configuration, follow these steps: You have to have neovim installed first btw

  1. Clone this repository to your Neovim configuration directory:
    git clone https://github.com/kwabenadarkwa/nvim.git ~/.config/nvim
  • NB: If you already have an nvim in your .config directory, you would have to remove it before running ☝️
  1. Launch neovim by running this in the terminal:
      nvim 
  2. When neovim opens it should start installing the plugins automatically using lazy. I think there are some things you might have to install your self from github but I can't remember them so when that happens lmk.

What it looks like

Dashboard

image

Code

image

Telescope

image

About

This contains my nvim config.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages