Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | feat(nvim): switch from neo-tree to netrw with l/h navigation and Vexplore ↵ | Suleyman Farajli | |
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 | |||
8 days | feat(nvim): MdEval plugin added | Suleyman Farajli | |
2025-06-19 | refactor: improve Neovim config for better readability and functionality | Suleyman Farajli | |
- 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 | |||
2025-02-07 | nvim: nvim-orgmode/orgmode plugin addednvim-org-mode | Suleyman Farajli | |
2025-01-08 | nvim: switched from packer.nvim to lazy.nvim for package management | Suleyman Farajli | |
2025-01-08 | nvim: plugins added | Suleyman Farajli | |