Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quiet-nvim

A Neovim config that doesn't interrupt. Built on LazyVim.

Highlights

  • Auto dark/light mode -- follows macOS appearance via auto-dark-mode.nvim
  • No AI completion -- blink.cmp with auto-show and ghost text disabled
  • Telescope with fzf-native, custom keymaps, top-positioned prompt
  • Markdown rendering via render-markdown.nvim with Obsidian preset
  • Clean diagnostics -- virtual text off, Marksman diagnostics silenced

Structure

lua/
  config/
    lazy.lua         # Plugin manager bootstrap
    options.lua      # Editor options
    keymaps.lua      # Custom keymaps
    autocmds.lua     # Autocommands
  plugins/
    colorscheme.lua  # Theme + auto dark/light
    telescope.lua    # Fuzzy finder
    autocomplete.lua # Completion (minimal)
    markdown.lua     # Markdown rendering + LSP
    noice.lua        # Command line UI

Install

git clone git@github.com:kaushalvivek/quiet-nvim.git ~/.config/nvim
nvim

Requires Neovim >= 0.11.

About

Neovim configuration (LazyVim)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages