dotfiles
dotfiles copied to clipboard
:house: Personal dotfiles for *NIX systems
In the tmux configurations, select-layout main-horizontal and resize-pane -D 5 are bound to +. One of them needs to be bound to another key (unless there is a way to...
Neovim 0.8.0 has added winbar feature https://github.com/neovim/neovim/pull/17336, which is per-window statusline on the top. With this we can use global statusline (set laststatus=3).
- niced user process, iowait, irq, softirq, and steal are included. - Check this [link](https://stackoverflow.com/a/23376195).
Continued from #27 ### Basic support (syntax, folding) - ✅ https://github.com/nvim-treesitter/nvim-treesitter - ✅ Debugging: https://github.com/nvim-treesitter/playground - Note: Treesitter's syntax highlight overrides existing python syntax, which is annoying It should also...
I have been maintaining a minimal level of backward compatibility support for outdated neovims -- but from now on, there will be no backward compatibility support for old versions of...
Do you currently have a solution for debugging in nvim or is it something you would do in other editor?