summaryrefslogtreecommitdiff
path: root/nvim
AgeCommit message (Collapse)Author
2024-02-26nvim: Enable spell checking by defaultxengineering
2024-02-26nvim: Use <Tab> and <S-Tab> for tabsxengineering
This is far more intuitive than F7 and F8.
2024-02-26nvim: Switch from Vimscript to Luaxengineering
Spending time learning Lua has more advantages than learning Vimscript since Lua is used in many applications while Vimscript is just for editor configuration.
2024-02-26nvim: Remove not needed configurationxengineering
2023-04-15Disable mouse support in neovimxengineering
2023-03-10Fix neovim configxengineering
2023-02-06Relocate dotfiles in XDG config homexengineering
This make ~/.config a simple Git repository instead of the handling with worktrees and bare repositories which is too complex.