diff options
Diffstat (limited to 'home/xyz/.config')
| -rw-r--r-- | home/xyz/.config/myconf/pacman_Qqne | 3 | ||||
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne index 325cde13..511bd319 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -18,8 +18,6 @@ clinfo cloc danctnix-keyring danctnix-phosh-ui-meta -danctnix-tweaks-app-phosh -danctnix-tweaks-app-pinephone dash device-pine64-pinephone devtools @@ -29,6 +27,7 @@ distcc dos2unix duplicity enca +epiphany ethtool evince evtest diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 0fcd4244..eae574bb 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -237,7 +237,9 @@ set laststatus=2 " https://github.com/neovim/neovim/pull/33036 set statusline=%< set statusline+=%f " %F or 1CTRL+G to show full path +" after me change some text in a file this will show [+] set statusline+=\ %m +set statusline+=%r set statusline+=%= " https://stackoverflow.com/questions/5375240/a-more-useful-statusline-in-vim#comment84812779_10416234 " :h eol-and-eof |
