I can't seem to get anything productive done in vi, even with a key binding cheat sheet. Is NeoVim any easier to use?
KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Moderator: Forum moderators
-
- Posts: 2956
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2274 times
- Been thanked: 913 times
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
geo_c wrote: Sun Jan 19, 2025 5:37 pmI can't seem to get anything productive done in vi, even with a key binding cheat sheet. Is NeoVim any easier to use?
It all depends on how well you are trained.
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
KL-Neovim
Note: You can also view all available themes and theme demo. write down the theme name and replace the name in
Instead of " catppuccin-macchiato " , Switch color scheme vim.cmd('colorscheme catppuccin-macchiato')
in $HOME.config/nvim/init.lua
view color schemes
Code: Select all
Space - u - Shift + C
- Attachments
-
- 2025-01-21_00-01.png (80.4 KiB) Viewed 4904 times
-
- 2025-02-02_17-53.png (161.27 KiB) Viewed 4904 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
geo_c wrote: Sun Jan 19, 2025 5:37 pmI can't seem to get anything productive done in vi, even with a key binding cheat sheet. Is NeoVim any easier to use?
NeoVim is a powerful text editor that offers an improved text experience and many features to increase developer productivity. It provides fast and efficient work with large files, supports many programming languages, and has a flexible customization system.
NeoVim can be useful for developers, writers, and anyone who works with text on a daily basis. Its user-friendly interface, the ability to automate tasks, and a wide range of plugins make it an attractive tool for increasing productivity and work efficiency.
KL-Linux
KL LINUX Simple fast free
-
- Posts: 2956
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2274 times
- Been thanked: 913 times
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
Sofiya wrote: Mon Jan 20, 2025 9:38 pm, and anyone who works with text on a daily basis. Its user-friendly interface, the ability to automate tasks, and a wide range of plugins make it an attractive tool for increasing productivity and work efficiency.
I'll have to give it a fair attempt to learn, because I do work with text quite a bit. Micro has it's limitations! (I still like it a lot)
geo_c
Old School Hipster, and Such
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
KL- Neovim
This is my final version, I will not add anything else for myself. If you want, add, change, everything is in your hands
If you already have Neovim installed. Backup current neovim configuration files.
# required
mv ~/.config/nvim{,.bak}
# optional but recommended
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
Clone the repository
git clone https://github.com/sofijacom/KL-Neovim.git ~/.config/nvim
Install
# open terminal and type
cd ~/.config/nvim
chmod +x install.sh
./install.sh
Wait until the required components are installed
Enjoy! It was Sofia with you
- Attachments
-
- Catppucin.png (76.8 KiB) Viewed 11316 times
-
- 2025-01-21_06-48.png (91.17 KiB) Viewed 11316 times
-
- 2025-01-21_06-53.png (171.37 KiB) Viewed 11316 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
KL- Neovim
- Attachments
-
- 2025-01-21_14-43.png (81.46 KiB) Viewed 11279 times
-
- 2025-01-21_14-46.png (259.49 KiB) Viewed 11279 times
KL-Linux
KL LINUX Simple fast free
- wiak
- Posts: 4257
- Joined: Tue Dec 03, 2019 6:10 am
- Location: Packing - big job
- Has thanked: 70 times
- Been thanked: 1267 times
- Contact:
Re: KLA-Plasma-KDE-CE-1.4 ( stable release )
I've made the thread sticky since you indicated 'finalised' Sofiya. I'd be grateful if you could simply change first post of this thread with any future maintenance versions since Sticky now.
https://www.tinylinux.info/
DOWNLOAD wd_multi for hundreds of 'distros' at your fingertips: viewtopic.php?p=99154#p99154
Αξίζει να μεταφραστεί;
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
KL-Neovim + Yazi - Blazing Fast Terminal File Manage
added Yazi plugin for KL-Neovim
Space - y
Yazi is a blazing fast file manager for the terminal. This plugin allows you to open yazi in a floating window in Neovim.
- Attachments
-
- 2025-01-22_03-10.png (147.25 KiB) Viewed 11201 times
-
- 2025-01-22_02-05.png (137.09 KiB) Viewed 11212 times
-
- 2025-01-22_01-59.png (107.84 KiB) Viewed 11212 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
KL-Neovim + Ranger
Added plugin for integration with "ranger"
Space - Shift +
- Attachments
-
- ranger.tar.xz
- /home/spot/.config/ranger
- (27.78 KiB) Downloaded 8 times
-
- 2025-01-22_12-26.png (147.95 KiB) Viewed 11177 times
-
- 2025-01-22_12-22.png (162.75 KiB) Viewed 11177 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
- Attachments
-
- 2025-01-22_16-01.png (238.79 KiB) Viewed 11153 times
KL-Linux
KL LINUX Simple fast free
-
- Posts: 2956
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2274 times
- Been thanked: 913 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
I just installed this neovim in Airedale, it's all running, and I have no idea how to get around, time to start reading some manuals.
But trying to use the spacebar to open that VeryLazy menu gives me a c compiler error. No C compiler found. So I guess my KLV won't run it out of the box. I have all the current KLV/KLA isos downloaded, so it's time to update.
geo_c
Old School Hipster, and Such
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
geo_c wrote: Wed Jan 22, 2025 2:05 pmI just installed this neovim in Airedale, it's all running, and I have no idea how to get around, time to start reading some manuals.
But trying to use the spacebar to open that VeryLazy menu gives me a c compiler error. No C compiler found. So I guess my KLV won't run it out of the box. I have all the current KLV/KLA isos downloaded, so it's time to update.
# for installation in Arch
sudo pacman -Syu base-devel git lazygit fzf ripgrep ninja gettext libtool autoconf automake cmake pkgconf python-pipenv unzip curl doxygen vi neovim
# for installation in Void
sudo xbps-install -Su git gcc clang zig lazygit fzf ripgrep ninja gettext libtool autoconf automake cmake pkgconf unzip curl doxygen neovim
Note:
I added a script to install in Void viewtopic.php?p=140649#p140649
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Ranger
After looking at Ranger I decided to make it prettier and add icons
- Attachments
-
- ranger.tar.xz
- (46.2 KiB) Downloaded 10 times
-
- 2025-01-23_19-50.png (98.57 KiB) Viewed 10964 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Vim
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Vim
colorscheme dracula
- Attachments
-
- 2025-01-24_20-43.png (125.32 KiB) Viewed 10825 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Vim
______________________________________________________________
colorscheme catppuccin_mocha
https://github.com/sofijacom/dotfiles-vim
****************************************************************************************
Enjoy! It was Sofia with you
- Attachments
-
- 2025-01-26_23-54.png (134.49 KiB) Viewed 10608 times
-
- 2025-01-25_16-09.png (153.86 KiB) Viewed 10708 times
-
- 2025-01-25_01-12.png (171.91 KiB) Viewed 10781 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
KL-Neovim
Added second logo ( sharp )
Change the logo by entering logo or sharp in $HOME/.config/nvim/lua/plugins/alpha.lua
- Attachments
-
- 2025-01-28_00-54.png (167.74 KiB) Viewed 10453 times
-
- 2025-01-27_16-58.png (89.26 KiB) Viewed 10493 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Vim
Note::
Vim now has color highlighting
Note::
fixed display of icons
Note::
Vim introductory message is disabled.
added:
colorscheme tokyonight
added:
added highlight https://
added:
Powerline symbols.
Code: Select all
" Powerline symbols.
"let g:airline_left_sep = ''
"let g:airline_left_alt_sep = '╱'
"let g:airline_right_sep = ''
"let g:airline_right_alt_sep = '╲'
- Attachments
-
- 2025-01-29_16-00.png (184.89 KiB) Viewed 10294 times
-
- colorscheme tokyonight
- 2025-01-29_03-24.png (131.43 KiB) Viewed 10371 times
-
- 2025-01-29_00-00.png (132.91 KiB) Viewed 10392 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Vim
- Attachments
-
- Default
- 2025-01-30_06-08.png (154.73 KiB) Viewed 10185 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Neovim
Added
Control your favorite music players with ease from within Neovim.
Dependencies
Music Controls requires sudo pacman -Syu playerctl
to be installed in order to work properly.
Statusline Integration is enabled
Shift + :
Usage:
:MPlay
:MPause
:MNext
:MPrev
- Attachments
-
- 2025-01-31_07-15.png (214.55 KiB) Viewed 10066 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
KL-Neovim
Animation statusline.
Beautiful but such a line for Neovim without a logo
KL-Linux
KL LINUX Simple fast free
-
- Posts: 2956
- Joined: Fri Jul 31, 2020 3:37 am
- Has thanked: 2274 times
- Been thanked: 913 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
I'll be getting these neovim packages running eventually.
I'm not sure I want to change my ranger config. I'll take a look at what your does, maybe eventually combined mine with yours.
geo_c
Old School Hipster, and Such
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
geo_c wrote: Fri Jan 31, 2025 4:04 pmI'll be getting these neovim packages running eventually.
I'm not sure I want to change my ranger config. I'll take a look at what your does, maybe eventually combined mine with yours.
Mine ( ranger ) has icons and uses ( ueberzug with wayland ) instead of ( w3m - x11 ) + color schemes . on x11 it also works fine with ( ueberzug )
Note:
But despite this, instead of Ranger I prefer Yazi because it is more perfect
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
Helix
I also liked the Helix text editor https://github.com/helix-editor/helix
- Attachments
-
- 2025-02-02_18-30.png (145.91 KiB) Viewed 4753 times
-
- 2025-02-02_18-27_1.png (263.73 KiB) Viewed 4753 times
KL-Linux
KL LINUX Simple fast free
- Sofiya
- Posts: 2384
- Joined: Tue Dec 07, 2021 9:49 pm
- Has thanked: 1506 times
- Been thanked: 1625 times
Re: KLA-Plasma-KDE-CE-1.4 Final ( stable release )
hardinfo2
Compiled the latest version ( hardinfo2-2.2.7-1-x86_64.pkg.tar.zst ) - AUR
https://gitlab.com/sofija.p2018/kla-ot2 ... kg.tar.zst
PKGBUILD
Code: Select all
pkgname=hardinfo2
pkgver=2.2.7
pkgrel=1
pkgdesc="System Information and Benchmark for Linux Systems."
arch=('x86_64')
url="https://www.hardinfo2.org"
license=('GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-or-later')
depends=(
'gtk3'
'libsoup3'
)
makedepends=(
'cmake'
'qt5-base'
)
optdepends=(
'dmidecode: Memory Devices / System DMI module'
'fwupd: Firmware module'
'iperf3: Internal Network Speed benchmark'
'lm_sensors: Sensors module'
'lsscsi: SCSI support for Storage module'
'mesa-utils: GLX info for Display module'
'pciutils: PCI Devices module'
'qt5-base: OpenGL benchmark'
'sysbench: SysBench CPU benchmark'
'udisks2: Storage module'
'usbutils: USB Devices module'
'vulkan-tools: display Vulkan information'
'xdg-utils: open your browser for bugs, homepage & links'
'xorg-xrandr: read monitor setup'
)
provides=('hardinfo')
conflicts=('hardinfo')
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/hardinfo2/hardinfo2/archive/refs/tags/release-$pkgver.tar.gz")
sha256sums=('1856d067b5cb8516ef98ca9962d31d68ed14ed66cc42edb93d08265a03bc5f6e')
build() {
cmake -B build -S "$pkgname-release-$pkgver" \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \
-DCMAKE_INSTALL_LIBDIR='lib' \
-Wno-dev
cmake --build build
}
package() {
DESTDIR="$pkgdir" cmake --install build
}
- Attachments
-
- 2025-02-02_18-48.png (342.05 KiB) Viewed 4674 times
KL-Linux
KL LINUX Simple fast free