astro_nvim


"/home/yossef/notes/git/nvims/astro_nvim.md"

path: git/nvims/astro_nvim.md

- **fileName**: astro_nvim
- **Created on**: 2025-03-23 15:20:53

AstroNvim Configuration Documentation

This document explains the setup, structure, key features, and custom tweaks in my AstroNvim configuration.

📁 Directory Structure

🔧 Custom Keybindings

Window Navigation

vim.keymap.set('n', '<C-h>', '<C-w>h', { noremap = true })
vim.keymap.set('n', '<C-j>', '<C-w>j', { noremap = true })
vim.keymap.set('n', '<C-k>', '<C-w>k', { noremap = true })
vim.keymap.set('n', '<C-l>', '<C-w>l', { noremap = true })

File Explorer

vim.keymap.set('n', '<leader>e', ':Lex 30<CR>', { noremap = true, silent = true })

🔥 Plugin Setup

Core Plugins

UI Enhancements

⚡ Performance Optimizations


continue:./chad_nvim.md
before:./LazyNvim_anmited.md