Skip to content

Somme4096/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

[README WORK IN PROGRESS] My Neovim Configuration 🌿

This repository contains my personal Neovim configuration, Completely written in Lua.

Based on LazyVim@latest.

Directory structure

β”œβ”€β”€ .gitignore
β”œβ”€β”€ init.lua
β”œβ”€β”€ lazy-lock.json
β”œβ”€β”€ lazyvim.json
β”œβ”€β”€ LICENSE
β”œβ”€β”€ lua
β”‚Β Β  β”œβ”€β”€ config # configuration for base neovim
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ autocmds.lua
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ keymaps.lua
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ lazy.lua
β”‚Β Β  β”‚Β Β  └── options.lua
β”‚Β Β  └── plugins # plugin-specific settings
β”‚Β Β      β”œβ”€β”€ colorscheme.lua #colorscheme-specific settings 
β”‚Β Β      β”œβ”€β”€ core # for LazyVim default plugins
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ bufferline.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ dashboard.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ lualine.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ neotree.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ outline.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ telescope.lua
β”‚Β Β      β”‚Β Β  └── which-key.lua
β”‚Β Β      β”œβ”€β”€ example.lua
β”‚Β Β      β”œβ”€β”€ extra # for LazyVim extra plugins
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ arrow.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ codecompanion.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ edgy.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ focus.lua
β”‚Β Β      β”‚Β Β  β”œβ”€β”€ telescope-ui-select.lua
β”‚Β Β      β”‚Β Β  └── yazi.lua
β”‚Β Β      └── lang # additional language support
β”‚Β Β          β”œβ”€β”€ kubectl.lua
β”‚Β Β          └── yaml.lua
β”œβ”€β”€ README.md
└── stylua.toml

Screenshots

mellifluous

Screenshot From 2025-01-12 19-40-11

telescope

Screenshot From 2025-01-12 19-38-40

Contributing

Feel free to open issues or submit pull requests for any improvements or bug fixes.

About

// My neovim configuration 🌿

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages