[go: up one dir, main page]

Skip to content

This repository contains my custom configurations for LunarVim, a Neovim-based IDE that focuses on providing a clean and efficient development environment.

Notifications You must be signed in to change notification settings

welli7ngton/lunarvim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

welli7ngton's LunarVim Settings

This repository contains my custom configurations for LunarVim, a Neovim-based IDE that focuses on providing a clean and efficient development environment.

Overview

This setup includes several customized settings, plugins, keymaps, and options that enhance the development experience, particularly for languages like Lua, Python, Java and frameworks like Robot Framework.

Configs structure

/lua/welli7ngton

├── autcmds.lua # Custom auto commands

├── banners.lua # Banner settings for the dashboard

├── colorscheme.lua # Custom color scheme settings

├── dashboard.lua # Dashboard configuration

├── filetype.lua # File type specific configurations

├── keymaps.lua # Custom key mappings

├── kind.lua # Code completion and snippets

├── options.lua # Editor options and settings

├── plugins.lua # Plugin management and installation

├── robotframework-lsp.lua # Configuration for Robot Framework LSP

├── statusline.lua # Custom statusline settings

├── which-key.lua # Configurations for which-key plugin

installation

To use this configuration with your LunarVim setup, follow these steps:

  • Clone this repository into your LunarVim configuration directory:
git clone https://github.com/welli7ngton/lunarvim-setup.git ~/.config/lvim/
  • Install the required plugins:
:LvimSync
  • Restart LunarVim to apply the changes.

Dependencies

Ensure that you have the following dependencies installed:

  • LunarVim: Install from the official LunarVim site.
  • Neovim v0.9.0+ : LunarVim requires Neovim version 0.9.0+ or higher.

About

This repository contains my custom configurations for LunarVim, a Neovim-based IDE that focuses on providing a clean and efficient development environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages