Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

BIBJAW/myneovim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 

Repository files navigation

ALERT!: All My configs will be maintained here from now on....

My Neovim Config (Mine's might not be the best for you. Because the best config is the one configured by yourself)

Screenshots

Dashboard (Alpha Nvim)

Dashboard

UI with Tmux

CodeUI

LSP Manager (Mason)

Mason As Language Server

Plugin Manager (Lazy Nvim)

Lazy nvim as Packager Manager

Aditional Packages:

  • ripgrep
  • lazygit
  • npm
  • tmux

Installation

git clone https://github.com/BIBJAW/myneovim && cp -r ~/myneovim/nvim .config/

File Tree

nvim
.
├── init.lua
├── lazy-lock.json
└── lua
    ├── core
    │   ├── init.lua
    │   ├── keymaps.lua
    │   ├── lazy.lua
    │   └── options.lua
    └── plugins
        ├── alpha-nvim.lua
        ├── autopairs.lua
        ├── bufferline.lua
        ├── cmp.lua
        ├── colorizer.lua
        ├── comments.lua
        ├── diagonistic-signs.lua
        ├── indent-blankline.lua
        ├── init.lua
        ├── lorem-nvim.lua
        ├── lsp.lua
        ├── lsp-saga.lua
        ├── lualine.lua
        ├── notify.lua
        ├── null-ls.lua
        ├── nvim-tree.lua
        ├── telescope.lua
        ├── toggleterm.lua
        ├── transparent-nvim.lua
        ├── treesitter.lua
        └── whichkey.lua

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages