From 5dded6733a57428804814f10398063c1c8063b4e Mon Sep 17 00:00:00 2001 From: Harsh Virdi Date: Sun, 16 Nov 2025 11:22:19 +0530 Subject: [PATCH] Updated hyperland and neovim config --- setup | 90 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/setup b/setup index c7d6a2c..47d06e9 100755 --- a/setup +++ b/setup @@ -288,6 +288,7 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c #exec-once = dunst #exec-once = hyprpolkitagent #exec-once = hyprpaper +#exec-once = syncthing --no-browser #exec-once = udiskie # ############################## @@ -362,7 +363,6 @@ sed -n '114,429p;430q' ~/arch_install3.sh | cut -c2- > ~/.config/hypr/hyprland.c # # # -# ## https://wiki.hyprland.org/Configuring/Variables/#animations #animations { # enabled = yes, please :) @@ -568,56 +568,56 @@ sed -n '438,489p;490q' ~/arch_install3.sh | cut -c2- > ~/.config/nvim/init.vim ####################### ######INIT.VIM######### ####################### -#syntax enable -# -#filetype plugin on -#set notermguicolors -#set nocompatible -#set noerrorbells -#set tabstop=4 softtabstop=4 -#set shiftwidth=4 -#set expandtab -#set smartindent -#set hidden -#set smartcase -#set noswapfile -#set nobackup -#set undodir=~/.local/share/nvim/undodir -#set undofile -#set incsearch -#set scrolloff=8 -#set showmode -#set showcmd -#set nu rnu -#set spell spelllang=en_us -# #hi Normal guibg=NONE ctermbg=NONE -# -#"Word wrap -#set textwidth=0 -#set wrapmargin=0 -#set wrap -#set linebreak -# -# +#syntax enable +#filetype plugin on +#set nu rnu cursorline wrap textwidth=0 wrapmargin=0 linebreak scrolloff=8 sidescrolloff=8 +#set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smartindent autoindent +#set ignorecase smartcase incsearch +#set notermguicolors showmatch showmode showcmd +#set nobackup noswapfile undofile undodir=~/.local/share/nvim/undodir +#set nocompatible noerrorbells hidden iskeyword+=- path+=** clipboard+=unnamedplus wildmenu spell spelllang=en_us +#set splitbelow splitright +#set showtabline=1 tabline='' #let mapleader = " " -# -#set path+=** -#set wildmenu -# -#" Clear status line when vimrc is reloaded. +#nnoremap c :nohlsearch +#nnoremap Y y$ +#nnoremap n nzzzv +#nnoremap N Nzzzv +#nnoremap zz +#nnoremap zz +#nnoremap bn :bnext +#nnoremap bp :bprevious +#nnoremap h +#nnoremap j +#nnoremap k +#nnoremap l +#nnoremap sv :vsplit +#nnoremap sh :split +#nnoremap :resize +2 +#nnoremap :resize -2 +#nnoremap :vertical resize -2 +#nnoremap :vertical resize +2 +#nnoremap :m .+1== +#nnoremap :m .-2== +#vnoremap :m '>+1gv=gv +#vnoremap :m '>-2gv=gv +#vnoremap < >gv +#nnoremap e :Explore +#nnoremap ff :find +#nnoremap J mzJ`z +#nnoremap rc :e $MYVIMRC +#nnoremap rl :so $MYVIMRC +#nnoremap tn :tabnew +#nnoremap tx :tabclose +#nnoremap tm :tabmove +#nnoremap tr :tabmove +1 +#nnoremap tl :tabmove -1 #set statusline= -# -#" Status line left side. #set statusline+=\ %F\ %M\ %Y\ %R -# -#" Use a divider to separate the left side from the right side. #set statusline+=%= -# -#" Status line right side. #set statusline+=\ ascii:\ %b\ hex:\ 0x%B\ row:\ %l\ col:\ %c\ percent:\ %p%% -# -#" Show the status on the second to last line. #set laststatus=2 #