summaryrefslogtreecommitdiff
path: root/config/nvim/lua/plugins.lua
AgeCommit message (Collapse)Author
2025-06-19refactor: improve Neovim config for better readability and functionalitySuleyman 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-07nvim: nvim-orgmode/orgmode plugin addednvim-org-modeSuleyman Farajli
2025-01-08nvim: switched from packer.nvim to lazy.nvim for package managementSuleyman Farajli
2025-01-08nvim: plugins addedSuleyman Farajli