Skip to content

Crimson-Genesis/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Lua
GitHub Repo Stars Repo Size

This my nvim config,
Use if you want to, and
Just watch this videos before if you are a NOOB


  1. Start

Start

  1. Telescope

Telescope

  1. oil

Oil

  1. Harpoon

Harpoon

  1. Flash

Flash

  1. LSP

LSP

  1. Hex Editor

Hex Editor

  1. MarkDown Render

MarkDown Render

  1. CSV Viewer

CSV Viewer

  1. Trouble

Trouble

  1. Undo Tree

Undo Tree

This is how my config is structured

.
├── after
│   └── plugin
│       ├── colors.lua
│       └── remaps.lua
├── custom_plugin
│   └── lsp_lines
├── ftplugin
│   └── json.lua
├── init.lua
└── lua
    ├── config
    │   ├── alias.lua
    │   ├── autocommands.lua
    │   ├── functions.lua
    │   ├── keymaps.lua
    │   ├── lazy.lua
    │   ├── options.lua
    │   ├── post_setup.lua
    │   └── snippets.lua
    └── plugins
        ├── auto-session.lua
        ├── comment.lua
        ├── conform.lua
        ├── csv_viewer.lua
        ├── dressing.lua
        ├── flash.lua
        ├── gitsigns.lua
        ├── harpoon.lua
        ├── hexeditor.lua
        ├── lsp.lua
        ├── lspsaga.lua
        ├── notify.lua
        ├── nvim_autopairs.lua
        ├── nvim_colorizer.lua
        ├── nvim_recorder.lua
        ├── nvim_treesitter_context.lua
        ├── nvim_treesitter.lua
        ├── nvim_treesitter_textobject.lua
        ├── nvim_ts_autotag.lua
        ├── oil.lua
        ├── render_markdown.lua
        ├── surround.lua
        ├── telescope.lua
        ├── theams.lua
        ├── trouble.lua
        ├── undotree.lua
        └── vim_be_good.lua

Link for all the plugins github page, Plz check them out.

This is it,
Hope you liked my config.

If you want to go deep in Nvim config Nvim Docs.

About

This is my NVIM config.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages