Skip to content

DennisKoskei/neovimrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Neovim config

This repo contains my personal Neovimconfiguration. Feel free to use, adapt, and contribute to it!. I've tried to make it as moduler and easy as possible to navigate through the files.

Features, or rather Plugins I've used

  1. Telescope - for fuzzy finding files and more.
  2. Neo-tree - navigating through my directories.
  3. Monokai-Pro - theme/colourscheme.
  4. Treesitter -
  5. nvim-web-devicons - for mono fonts and icons.
  6. LSP Confgurations
    • lspconfig
    • nvim-cmp
  7. gitsigns -
  8. Lazy.nvim - My Plugin Manager
  9. Other small plugins such as:
    • lualine
    • mini.lua
    • undotree
    • zen-mode
    • speedtyper
    • lazydev
    • indent_blankline

Getting Started

  1. Ensure you have Neovim installed

  2. Go to your cofig directory which may look like ~./config/ on linux or C:/User/Appdata/ on windows.

  3. In that directory, created a directory called nvim, and cd into it.

  4. Clone the repository. This will copy the repository to your current nvim directory.

    git clone https://github.com/DennisKoskei/neovimrc.git .
  5. Restart nvim. You'll see the basic configuration trying to setup itself. Give it a few seconds to download all the necessary configuration files.

Contributing:

Contributions are welcome! Please open an issue or submit a pull request if you find any bugs or have suggestions for improvements.

Dependencies:

  • ripgrep, fd

About

My Neovim custom configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages