Age | Commit message (Collapse) | Author | |
---|---|---|---|
7 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 | |||
9 days | fix(nvim): don't insert new line when using macros | Suleyman Farajli | |
9 days | feat(nvim): macros added | Suleyman Farajli | |
9 days | feat(nvim): MdEval plugin added | Suleyman Farajli | |
2025-06-21 | refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa! | Suleyman Farajli | |
2025-06-20 | refactor(nvim): update keybindings and enable spellcheck for text based file ↵ | Suleyman Farajli | |
types - Commented out `vim.opt.list` to hide invisible characters by default - Removed window navigation keybindings (H and L) to avoid terminal issues - Enabled spellcheck for writing-related filetypes (e.g., markdown, gitcommit) - Changed <leader>q to use `wqa!` for saving and quitting all tabs | |||
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-01-08 | nvim: switched from packer.nvim to lazy.nvim for package management | Suleyman Farajli | |
2025-01-08 | nvim: keybinds added for neotree | Suleyman Farajli | |
2025-01-08 | nvim: plugins added | Suleyman Farajli | |
2025-01-07 | nvim: nightfox theme and packer added | Suleyman Farajli | |
2025-01-07 | nvim: init.lua added | Suleyman Farajli | |
2024-07-23 | nvim config removed | Suleyman Farajli | |
2024-07-20 | directory name changed from dotfiles to config | Suleyman Farajli | |