Age | Commit message (Collapse) | Author |
|
|
|
- Removed toggleterm.nvim plugin and all related configuration
- Added custom full-screen terminal toggle with <C-f>
- Preserves session and closes on TermClose
- Automatically enters insert mode when opened
- Made netrw buffers read-only, unlisted, and buftype=nofile to prevent writing
- Added autocmds to prevent accidental :w/:w! in netrw
- Cleaned up indentation and autocmd formatting
|
|
toggle
- Removed neo-tree plugin and dependencies
- Configured netrw as tree-style explorer
- `l` opens file/directory
- `h` closes/goes up directory
- Added Vexplore toggle on <leader>e
- Auto-open Vexplore if starting nvim with a directory argument
- Refactored keymaps to use `opts` table
- Added inline comments for netrw settings
- Minor formatting cleanup in plugin setups
|
|
|
|
- Switch to Lua API options for setting vim options instead of vim.cmd
- Add autocmd to trim trailing whitespace on save (except markdown)
- Disable auto-comments via autocmd for all filetypes
- Enhance and standardize key mappings with noremap and silent flags
- Clean up plugin config indentation and comments
|
|
|
|
|
|
|
|
|
|
|