Remove .config/nvim/old_init.vim
Remove .config/nvim/plug.lua Update .scripts/install_base.sh Change attributes of .config/nvim/init.lua Change attributes of .scripts/laptop.sh
This commit is contained in:
parent
3f6a87e413
commit
2514f86d74
|
@ -1,15 +0,0 @@
|
|||
" Add Russian keymap while keeping hotkeys available, switchable with Ctrl+6
|
||||
set keymap=russian-jcukenwin
|
||||
set iminsert=0
|
||||
set imsearch=-1
|
||||
|
||||
" Plugins!
|
||||
call plug#begin('~/.local/share/nvim/site/plugged')
|
||||
Plug 'folke/tokyonight.nvim', { 'branch': 'main' }
|
||||
Plug 'williamboman/mason.nvim'
|
||||
Plug 'williamboman/mason-lspconfig.nvim'
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
call plug#end()
|
||||
|
||||
" Style
|
||||
colorscheme tokyonight-night
|
|
@ -1,5 +0,0 @@
|
|||
return require('packer').startup(function()
|
||||
use 'folke/tokyonight.nvim'
|
||||
use 'williamboman/mason.nvim'
|
||||
use 'williamboman/mason-lspconfig.nvim'
|
||||
end)
|
|
@ -10,7 +10,7 @@ sudo sed -z -i -e 's/#\[multilib\]\n#Include = \/etc\/pacman.d\/mirrorlist/\[mul
|
|||
sudo pacman -Sy --needed --noconfirm archlinux-keyring
|
||||
sudo pacman -Su --needed --noconfirm
|
||||
# Install packages
|
||||
sudo pacman --needed --noconfirm -S base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2 ttf-cascadia-code ponysay lm_sensors
|
||||
sudo pacman --needed --noconfirm -S base-devel htop ranger git screen ncdu neovim pipewire sway swaybg xorg-server xorg-xwayland chezmoi foot polkit openssh firefox-developer-edition gnome-keyring xdg-utils qpwgraph qt6-wayland man-db udisks2 ttf-cascadia-code ponysay lm_sensors wget
|
||||
|
||||
## Paru (AUR helper)
|
||||
# Install Paru from AUR if not installed
|
||||
|
|
Loading…
Reference in a new issue