Removed Whitespaces

This commit is contained in:
2026-03-22 14:25:39 +05:30
parent 6e21cf7943
commit 95e8c4d59f
+22 -22
View File
@@ -556,35 +556,35 @@ sed -n '/^##INITVIM#$/,/^##INITVIMEND#$/p' ~/arch_install3.sh | cut -c2- | sed '
#set linebreak
#set scrolloff=8
#set sidescrolloff=8
#set tabstop=4
#set softtabstop=4
#set shiftwidth=4
#set expandtab
#set smartindent
#set tabstop=4
#set softtabstop=4
#set shiftwidth=4
#set expandtab
#set smartindent
#set autoindent
#set ignorecase
#set smartcase
#set smartcase
#set incsearch
#set notermguicolors
#set showmatch
#set showmode
#set notermguicolors
#set showmatch
#set showmode
#set showcmd
#set nobackup
#set noswapfile
#set undofile
#set nobackup
#set noswapfile
#set undofile
#set undodir=~/.local/share/nvim/undodir
#set nocompatible
#set noerrorbells
#set hidden
#set iskeyword+=-
#set path+=**
#set clipboard+=unnamedplus
#set wildmenu
#set spell
#set nocompatible
#set noerrorbells
#set hidden
#set iskeyword+=-
#set path+=**
#set clipboard+=unnamedplus
#set wildmenu
#set spell
#set spelllang=en_us
#set splitbelow
#set splitbelow
#set splitright
#set showtabline=1
#set showtabline=1
#set tabline=''
#let mapleader = " "
#nnoremap <leader>c :nohlsearch<CR>