Skip to content

Tokiwadai-Railgun/HanaVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to 花

花 is a Vim configuration made for some laguages like Python, JavaScript, Typescript, C and Rust.

Plugins / Features

  • Telescope to easly search and navigate through files
  • Autocomplete using nvim-cmp (and so mason.nvim & mason.lspconfig)
  • Lazygit with lazygit-nvim
  • FileTree using mini-tree
  • Which-key to see available keymaps
  • Dashboard using nvim-dashboard

Folder Architecture

The configuration is split between multiple folders under the "Lua folder". Keep in mind that some config also are in init.lua but they are minor / general configurations (system clipboard for example)

|____init.lua
|____lua 
| |____config - Dedicated to configuration of vim.opts and plugins
| | |____keymaps.lua - All keymaps, end of file is dedicated to which-keys
| | |____editor.lua
| | |____utils.lua
| | |____lazy.lua - Dedicated to lazyvim configuration, not used for general purpose
| |____plugins - All lazy.nvim pluins import
| | |____editor.lua - Plugins related to the editor (cmp, lsp ...)
| | |____utils.lua - more general plugins (dashboard, colorscheme, which-keys ...)
|____lazy-lock.json
|____README.md

rose-pine for default theme, also available : Catppuccin and Solaried-Osaka

Basic Keymaps :

<space> e to open file explorer h,j,k,l to navigate through file explorer <space> f to open Telescope <space> ; to return to dashboard <space> g to open lazygit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published