Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-26 | nvim: Use <Tab> and <S-Tab> for tabs | xengineering | |
This is far more intuitive than F7 and F8. | |||
2024-02-26 | nvim: Switch from Vimscript to Lua | xengineering | |
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-26 | nvim: Remove not needed configuration | xengineering | |
2023-04-15 | Disable mouse support in neovim | xengineering | |
2023-03-10 | Fix neovim config | xengineering | |
2023-02-06 | Relocate dotfiles in XDG config home | xengineering | |
This make ~/.config a simple Git repository instead of the handling with worktrees and bare repositories which is too complex. |