Coder Social home page Coder Social logo

wolandark / wim Goto Github PK

View Code? Open in Web Editor NEW
324.0 5.0 15.0 6.89 MB

This is a Vim configuration that gets you a similar experience as a full-featured IDE. This is accomplished using native vim features with the help of some plugins.

License: GNU Affero General Public License v3.0

Vim Script 88.00% Shell 12.00%
vim vim-configuration vimrc ide vim9

wim's Introduction

Wim News

Version 3.3 has been released with great improvements

Feature List

Expand Feature List
  • Clean installation. Everything will go where they belong, under $HOME/.vim/
  • Automatic Plugin Installation
    • Plugins for LSP, completion, snippets, colors, web development, Git, usability, enhancements, jumping around, utility, integration, etc.
  • Vimwiki configuration
    • Wim ships with a default vimwiki wiki file that you can read anytime inside Wim.
  • Execute python, bash, js, go files without leaving Vim.
  • Set the encoding to UTF-8.
  • Auto save toggle
  • Theme setup
    • Catppuccin Mocha theme with true color support and GUI font configuration.
  • Cursor shape configuration for different modes.
  • Startify configuration
    • Customized Startify start screen with a custom header, footer, and bookmarks.
  • Clipboard configuration
    • Uses the system clipboard for copy-paste.
  • Remember cursor position
    • Remembers the cursor position in files.
  • Persistent undo history
    • Sets up persistent undo history with a custom directory.
  • Various sane vim settings
    • Vim settings like autoindent, ignorecase, number, relativenumber, etc.
  • Netrw configuration
    • Configures netrw with hidden dotfiles and other settings.
  • Lightline statusbar
    • Lightline status bar with a custom theme and components.
  • Spell checking
    • spell checking with custom mappings and highlights.
  • Bilingual configuration with easy layout changing inside Vim.
  • hidden ZWNJ characters by default for languages like Persian.
  • Custom mappings
    • custom key mappings for various actions.
  • Split navigation
    • key mappings for split window navigation and resizing.
  • Floaterm configuration
    • floaterm plugin with custom key mappings and settings for executing various languages inside Vim.
  • Gitgutter configuration
    • GitGutter signs for added, modified, and removed lines.
  • Tagbar configuration
    • Tagbar with a custom ctags binary path.
  • Terminal mappings
    • Sets up key mappings for terminal usage within Vim.
  • Runtime macros
    • Load custom runtime macros for various functionalities such as justification, emojis and matchit.
  • Ultisnips configuration
    • UltiSnips with custom key bindings for snippet expansion and navigation.
  • Clever-f configuration
    • Clever-F plugin with custom settings for enhanced f/F/t/T motions.
  • Disable unnecessary internal plugins
    • Disabled several built-in Vim plugins to optimize startup time.
  • coc.nvim configuration
    • coc.nvim for autocompletion, diagnostics, and other LSP s.
  • coc global extensions
    • Installs and configures various coc.nvim extensions for different languages and functionalities.
  • coc-explorer configuration
    • coc Explorer as the file explorer with icons and customizations.
  • coc-marketplace for coc extensions installation with fuzzy matching.
  • Navigation mappings
    • key mappings for navigating definitions, type definitions, implementations, references, and diagnostics using coc.nvim.
Older Versions

Version 3.1 has been released

  • Improved style and workflow
  • Cleaned up the config
  • Corrections on Coc.nvim's behavior
  • and many more ...

Version 3.2 has been released

  • Replaced vim-css plugin with vim-hexokinase due to vim-css's inability to highlight colors in C files properly (you need go for this new plugin which the installation script will take care of)
  • Improved easy motion bindings
  • Added Catpuccino theme
  • Updated and improved the installation script

Intro

The purpose of this project is to not only provide an IDE-like vimrc, but also to teach you how it is constructed. This project tries to maintain a fairly small vimrc and provide a great out of the box experience as well serving as a ground for further customization.

Dependencies

  • Vim 9.0 or later with huge features.
    • Note: This config will definitely work with Vim 8.0 and later, but don't miss out on the great features of Vim 9.1! Grab the latest Vim!
  • Nodejs
  • npm
  • Python (For Compiling The Leaderf C Extension)

Example:
Debian:
sudo apt install nodejs npm
Arch:
sudo pacman -S nodejs npm

Installation

Method I (Recommended)

After installing the dependencies, clone the repo and run the symlink.sh script. Then simply wait for the setup to complete.

Tl;Dr:

  • Install Dependencies
  • Clone This Repo git clone https://github.com/wolandark/wim.git
  • cd Into The Cloned Repo cd wim
  • Run the symlink.sh script ./symlink.sh

This method enables you to update Wim without having to clone the repo again or run the install script. Simply git pull every once in a while and as long as you don't mess up the symlinks, you won't have to do anything else. If you happen to mess up the symlinks, just run the update.sh script that will be generated after the first time of running the symlink.sh script.

Watch it work

symlink.mp4

This is recorded on Devuan (in case that matters).

Method II

After installing the dependencies, run the install.sh script. The script is safe and works sudo-less.

bash <(curl -s https://raw.githubusercontent.com/wolandark/wim/master/install.sh)

Tl;Dr:

  • Install Dependencies
  • Run the install.sh Using Curl

Watch it work

install.mp4

This is recorded on Devuan (in case that matters).


Some of the features

See the exhaustive feature list above

  • Out of the box plugin installation
  • Out of the box LSP setup for HTML, CSS, JS, TS, Bash and MORE if you want it!
  • Tab Completion and snippets for fast coding
  • Thoroughly documented in build-it wiki (vw to access it anytime!)
  • Easy tab and split navigation
  • Start Screen with bookmarks and file history
  • Beautiful catpuccino and base16 colorschemes
  • Customized Lighline statusline
  • Customizability! It is lightweight and extensible and FAST!

Notes

  • Make sure to setup your $TERM variable properly. On Unix and Unix-like systems the $TERM must report xterm-256color. See this wiki note.
  • Some terminals hold unto your Ctrl or Alt or shift key for their own functions. It's up to you to use a sane terminal emulator!
  • This config has been tested on various GNU+Linux distros as well as MacOS, FreeBSD and Windows, but official support will only be provided for GNU+Linux distros.
Notes for Windows users

Make sure you have nodejs and npm in your PATH and that you have curl installed.

You have to manually install fzf from the official repo and remove the Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } line from wim-vim. (Yes because you're on windows you must suffer!)
Clone the repo and move the wim-vim file under C:\Users\username\vimfiles\vimrc. Make sure to rename it to vimrc. Copy over the coc-settings.json, cheat40.txt and the whole vimwiki directory also under the aforementioned path.

Then simply start Vim and wait for the installation to finish.

Notes for Mac users

If you plan to use Vim from the terminal, FOR THE LOVE OF CHRIST USE ITERM!

Screenshots

image

imageStartify Dashboard imageDiagnostics imageLeaderf
imageFloating Terminal imageInstal Any LSP Extension imageShortcuts Cheatsheet
imagePeekabo For Registers imageJump Anywhere imageHover Dictionary

Usage

Once the installation is finished, launch vim and enter your wiki index by issuing <Leader>vw (leader means space) in normal mode. Then open the Wim wiki page and read at your own leisure.

You can use Vim as you normally would and gradually learn about the features of Wim's config, and the plugins it comes with.

Check out the wiki which has more information than the integrated wiki and will be updated more regularly.

Any time you feel lost, remember :Cheat40 and :Maps are your best friends, after the wiki of course πŸ˜‰.

Table of Keybindings

(leader is the space key)

CoC LSP Keybindings
Keys Function
gd Jump To Definition
gy Type Definition
gi Implementation
gr References
[g Diagnostics Prev
]g Diagnostics Next
<leader>ca Code Action
<leader>f Format Selected Code
<leader>? diagnosticInfo
K Show Hover Documentation
\rc Restart CoC
Misc Keybindings
Keys Function
<F6> Turn on Spell Checking
<F8> Compile and Run Basic C Code
<F12> Execute Bash, Python, Nodejs & Go Files
gs Fix Spelling To The First Immediate Match
<ESC><ESC> Turn Off Search Highlights
\a Auto Save Toggle
\t FloatermToggle
<leader>M Maps
<PageUp> Buffer Next
<PageDown> Buffer Previous
<Del> Buffer Delete
<leader>\ Border Around Current Line Using Toilet
<leader>e File Explorer
<leader>T New Tab
<leader>mk Make View
<leader>i Startify Dashboard
<leader>S Add Empty Line Above & Below Current Line
<leader>[ Add Empty Line Above
<leader>] Add Empty Line Below
<leader>w Save
<leader>so Save & Source Buffer
<leader>k Move Line Up
<leader>j Move Line Down
K Move Line Up In Visual Mode
J Move Line Down In Visual Mode
jj <ESC>
<leader>pli PlugInstall
<leader>plc PlugClean
<leader>plu PlugUpdate
<leader>pld PlugUpgrade
Split Navigation
Key Function
<C-h> Focus Left Split
<C-j> Focus Bottom Split
<C-k> Focus Top Split
<C-l> Focus Right Split
<C-LEFT> Focus Left Split
<C-DOWN> Focus Bottom Split
<C-UP> Focus Top Split
<C-RIGHT> Focus Right Split
<leader>R Rotate Window Up/Left
<leader>r Rotate Window Down/Right
<s-Right> Resize Split Right
<s-LEFT> Resize Split Left
<s-UP> Resize Split Up
<s-DOWN> Resize Split Down
Tabs
Key Function
<M-Left> Tab Previous
<M-Right> Tab Next
<leader>1..9 Go To Corresponding Tab Number
<leader>0 Tab Last
<leader>x Tab Close
FZF

Other than :Colors and :Buffers, the rest of these are commented out. You can enable them at your will.

Key Function
\c Colors
<leader>b Buffers
<leader>ff Files
<leader>W Windows
<leader>h History
<leader>hc History
<leader>rg Ripgrep
<leader>li Lines
<leader>bli BLines
<leader>ma Marks
<leader>sn Snippets
<leader>com Commands
<leader>ag Ag
<leader>tag Tags
Aligning Text
Key Function
\\ta Tabularize [char]
Enuch Shell Commands

Other than :Chmod, the rest of these are commented out. You can enable them at your will.

Key Function
<leader>ch Chmod +x
<leader>suw SudoWrite
<leader>sue SudoEdit
<leader>rm Remove
<leader>del Delete!
<leader>mv Move
<leader>dup Duplicate
<leader>mkd Mkdir
Floterm
Key Function
\t FloatermToggle
\q FloatermKill
\n FloatermNext
\p FloatermPrev
\v vifm Inside FloaTerm
\ra ranger Inside FloaTerm
\\tr Terminal Right
\\tb Terminal Bottom
\rg Run Go In Terminal
\rb Run Bash In Terminal
\rj Run Nodejs In Terminal
\rp Run Python In Terminal
<leader>lf Lf
Terminal
Key Function
<leader>' Vim's Terminal
\l Clear Terminal In the Background (For F12)
<C-j> Focus Bottom
<C-k> Focus Top
<C-DOWN> Focus Bottom
<C-UP> Focus Top
Snippets
Key Function
<C-j> Expand Snippet & Jump Forward In Placeholders
<C-k> Jump Backward In Placeholders
<C-l> List Snippets
bilingual
Key Function
<C-p> SwitchKeymap In Insert Mode
<C-p> SwitchKeymap In Normal Mode
Unimpaired

Most Useful Unimpaired Mappings.

Refer to the official guide for more

Key Function
[b :bprevious
]b :bnext
[B :bfirst
]B :blast
[a :previous
]a :next
[A :first
]A :last
[<Space> Add [count] blank lines above the cursor.
]<Space> Add [count] blank lines below the cursor.
[e Exchange the current line with [count] lines above it.
]e Exchange the current line with [count] lines below it.

Consider Supporting the project

BTC
bc1q7tr3znnrsqq85kalk5zedak9mgn9u3ly849t8z
ETH
0x28a60D7429a2DFdf6b009261D3814cA182B34Bb2
Monero
0xd84c96dDa2E6f9ee9DD0439F6F7812c5b8869fE4
Doge
DJKBgAEQ7n5GyozM8jqmGbxnhcH6U2V8hV
Tether
0x28a60D7429a2DFdf6b009261D3814cA182B34Bb2
Tron
TX8mVZajyy7cmH9vsREyAMPjgtRu23ZmxJ
ADA
addr1qxhv2rfrs37qvs0cllfcnu0rd83wre609s74aufkd82da9528v7xq34usds6t8sdt7zjy0hvkcwdfnp9jwacdn0kwuesatvjx4
Avalanche
0x28a60D7429a2DFdf6b009261D3814cA182B34Bb2

FAQ

Whats with the name?
Woland's Vim = Wim. Get it? πŸ˜‰
What features does Wim offer?
  • Maintenance, extensibility and customizability!
  • Easy LSP setup, completion, intellisense etc ...
  • Easy tab and split navigation
  • Start Screen with bookmarks and file history
  • Beautiful built in colorschemes
  • Thorough Docs!
  • See the exhaustive feature list above for more in depth information
Can I expect support?
Yes! Just ask and I will answer. When asking however, provide proper information so that I can help you
Why didn't you use Neovim like everyone else?
Because Vim is the one I use and imo Vim is better!
Will you make custom vimrc configurations?

Contact me at Telegram or Email me.

Are you open to collaborations?

Of course! All collaborations and contributions as well as issues etc are welcomed!

Contribution Guide

Please follow contribution conventions when submiting pull requests. See Conventional Commits for more information.


Telegram Protonmail

wim's People

Contributors

erjanmx avatar vimpersian avatar wolandark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

wim's Issues

Cursor Change Delay

Hello!

I am loving this vim configuration! Keep up the good work!

Sadly, I am experiencing one issue. I prefer the cursor a certain way so I went ahead and changed line 152 and 153
from

let &t_SI = "\<Esc>]50;CursorShape=1\x7"
let &t_EI = "\<Esc>]50;CursorShape=0\x7"

to

let &t_SI = "\e[3 q" 
let &t_EI = "\e[1 q" 

This sets the cursor style to blinking block and blinking underline when switching between modes. After changing the style, I notice a cursor change delay when you switch modes i.e. switching between normal, insert, and visual mode.

My guess is that there might be something wrong in the config; something is causing the delay. I ran a test using a different vim config and there was no issues. My old vimrc also did not experience this issue.

Here is a demonstration of what I mean:
wim_bug

  • open vim using wim config - only changed the cursor settings
  • change between normal and insert mode - notice delay
  • open vim using a different config with the -u flag - config only has cursor settings
  • change between normal and insert mode - notice NO delay

What might be the issue here? Any help would be greatly appreciated as I use different cursor styles to distinguish what vim mode I am using.

cursor shape

Hello. Thanks for best Wim config.
My terminal default cursor shape is I-Beam and also in vim editor is I-Beam too but when I for example open terminal in vim (space+t) and then I close it, my cursor shape change to block shape and also affect to my terminal too, Is is bug??
Regards.

Error detected while processing /home/dadmehr/.vimrc

Things I saw being installed :

βš“ ~/D/wim-main  bash <(curl -s https://raw.githubusercontent.com/wolandark/wim/main/Wim_Arch_Install.sh)^C
βš“ ~/D/wim-main  bash
[dadmehr@archlinux wim-main]$ bash <(curl -s https://raw.githubusercontent.com/wolandark/wim/main/Wim_Arch_Install.sh)
warning: go-2:1.22.4-1 is up to date -- reinstalling
warning: nodejs-22.3.0-1 is up to date -- reinstalling
warning: npm-10.8.1-1 is up to date -- reinstalling
warning: figlet-2.2.5-5 is up to date -- reinstalling
warning: fzf-0.53.0-1 is up to date -- reinstalling
warning: curl-8.8.0-1 is up to date -- reinstalling
warning: git-2.45.2-1 is up to date -- reinstalling
warning: vim-9.1.0445-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (8) curl-8.8.0-1  figlet-2.2.5-5  fzf-0.53.0-1  git-2.45.2-1  go-2:1.22.4-1  nodejs-22.3.0-1  npm-10.8.1-1  vim-9.1.0445-1

Total Installed Size:  311.88 MiB
Net Upgrade Size:        0.00 MiB

:: Proceed with installation? [Y/n] 
(8/8) checking keys in keyring                                                   [##############################################] 100%
(8/8) checking package integrity                                                 [##############################################] 100%
(8/8) loading package files                                                      [##############################################] 100%
(8/8) checking for file conflicts                                                [##############################################] 100%
(8/8) checking available disk space                                              [##############################################] 100%
:: Processing package changes...
(1/8) reinstalling go                                                            [##############################################] 100%
(2/8) reinstalling nodejs                                                        [##############################################] 100%
(3/8) reinstalling npm                                                           [##############################################] 100%
(4/8) reinstalling figlet                                                        [##############################################] 100%
(5/8) reinstalling fzf                                                           [##############################################] 100%
(6/8) reinstalling curl                                                          [##############################################] 100%
(7/8) reinstalling git                                                           [##############################################] 100%
(8/8) reinstalling vim                                                           [##############################################] 100%
ldconfig: File /usr/lib/liblove-11.5.so is empty, not checked.
ldconfig: File /usr/lib/libluajit-5.1.so.2 is empty, not checked.
ldconfig: File /usr/lib/libluajit-5.1.so is empty, not checked.
ldconfig: File /usr/lib/libluajit-5.1.so.2.1.1716656478 is empty, not checked.
ldconfig: File /usr/lib/liblove.so is empty, not checked.
:: Running post-transaction hooks...
(1/6) Creating system user accounts...
(2/6) Reloading system manager configuration...
(3/6) Arming ConditionNeedsUpdate...
(4/6) Updating icon theme caches...
(5/6) Updating the desktop file MIME type cache...
(6/6) Updating Vim help tags...
Cloning into 'wim'...
remote: Enumerating objects: 649, done.
remote: Counting objects: 100% (381/381), done.
remote: Compressing objects: 100% (217/217), done.
remote: Total 649 (delta 219), reused 300 (delta 158), pack-reused 268
Receiving objects: 100% (649/649), 6.74 MiB | 532.00 KiB/s, done.
Resolving deltas: 100% (306/306), done.
Cloning into 'boxes'...
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
remote: Enumerating objects: 75, done.
remote: Counting objects: 100% (75/75), done.
remote: Compressing objects: 100% (59/59), done.
remote: Total 75 (delta 16), reused 75 (delta 16), pack-reused 0 (from 0)
Receiving objects: 100% (75/75), 12.03 KiB | 6.02 MiB/s, done.
Resolving deltas: 100% (16/16), done.
==> Making package: boxes 2.3.0-1 (Sat 22 Jun 2024 07:24:44 PM UTC)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading v2.3.0.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  430k    0  430k    0     0   8938      0 --:--:--  0:00:49 --:--:-- 20110
==> Validating source files with md5sums...
    v2.3.0.zip ... Passed
==> Extracting sources...
  -> Extracting v2.3.0.zip with bsdtar
==> Starting build()...
| For compilation info please refer to the boxes compilation FAQ
| at https://boxes.thomasjensen.com/faq.html#q5
mkdir out
sed -e 's/--BVERSION--/2.3.0 (9fdd1d4)/; s/--GLOBALCONF--/\/etc\/boxes-config/' src/boxes.in.h > out/boxes.h
sed -e 's/--BVERSION--/2.3.0/; s/--GLOBALCONF--/\/etc\/boxes-config/' doc/boxes.1.in > doc/boxes.1
make -C src BOXES_PLATFORM=unix LEX=flex YACC=bison build
make[1]: Entering directory '/home/dadmehr/Documents/wim-main/boxes/src/boxes-2.3.0/src'
echo parser.o lex.yy.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt
make -C ../out -f ../src/Makefile BOXES_PLATFORM=unix ALL_OBJ="parser.o lex.yy.o boxes.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o" STRIP=true \
    CFLAGS_ADDTL="-O " flags_unix boxes
make[2]: Entering directory '/home/dadmehr/Documents/wim-main/boxes/src/boxes-2.3.0/out'
echo parser.o lex.yy.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o > ../out/modules.txt
flex --header-file=lex.yy.h ../src/lexer.l
bison -Wall --verbose --defines=parser.h -o parser.c ../src/parser.y
gcc -I. -I../src -Wall -W -O    -c -o parser.o parser.c
gcc -I. -I../src -Wall -W -O    -c -o lex.yy.o lex.yy.c
gcc -I. -I../src -Wall -W -O    -c -o boxes.o ../src/boxes.c
gcc -I. -I../src -Wall -W -O    -c -o bxstring.o ../src/bxstring.c
gcc -I. -I../src -Wall -W -O    -c -o cmdline.o ../src/cmdline.c
gcc -I. -I../src -Wall -W -O    -c -o detect.o ../src/detect.c
gcc -I. -I../src -Wall -W -O    -c -o discovery.o ../src/discovery.c
gcc -I. -I../src -Wall -W -O    -c -o generate.o ../src/generate.c
gcc -I. -I../src -Wall -W -O    -c -o input.o ../src/input.c
gcc -I. -I../src -Wall -W -O    -c -o list.o ../src/list.c
gcc -I. -I../src -Wall -W -O    -c -o parsecode.o ../src/parsecode.c
gcc -I. -I../src -Wall -W -O    -c -o parsing.o ../src/parsing.c
gcc -I. -I../src -Wall -W -O    -c -o query.o ../src/query.c
gcc -I. -I../src -Wall -W -O    -c -o regulex.o ../src/regulex.c
gcc -I. -I../src -Wall -W -O    -c -o remove.o ../src/remove.c
gcc -I. -I../src -Wall -W -O    -c -o shape.o ../src/shape.c
gcc -I. -I../src -Wall -W -O    -c -o tools.o ../src/tools.c
gcc -I. -I../src -Wall -W -O    -c -o unicode.o ../src/unicode.c
gcc -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now          -Wl,-z,pack-relative-relocs -flto=auto   parser.o lex.yy.o boxes.o bxstring.o cmdline.o detect.o discovery.o generate.o input.o list.o parsecode.o parsing.o query.o regulex.o remove.o shape.o tools.o unicode.o -o boxes -lunistring -lpcre2-32 -lncurses
if [ "true" = "true" ] ; then strip boxes ; fi
make[2]: Leaving directory '/home/dadmehr/Documents/wim-main/boxes/src/boxes-2.3.0/out'
make[1]: Leaving directory '/home/dadmehr/Documents/wim-main/boxes/src/boxes-2.3.0/src'
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "boxes"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Creating package "boxes-debug"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: boxes 2.3.0-1 (Sat 22 Jun 2024 07:25:42 PM UTC)
==> Installing package boxes with pacman -U...
loading packages...
warning: boxes-2.3.0-1 is up to date -- reinstalling
warning: boxes-debug-2.3.0-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (2) boxes-2.3.0-1  boxes-debug-2.3.0-1

Total Installed Size:  0.20 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
(2/2) checking keys in keyring                                                   [##############################################] 100%
(2/2) checking package integrity                                                 [##############################################] 100%
(2/2) loading package files                                                      [##############################################] 100%
(2/2) checking for file conflicts                                                [##############################################] 100%
(2/2) checking available disk space                                              [##############################################] 100%
:: Processing package changes...
(1/2) reinstalling boxes                                                         [##############################################] 100%
(2/2) reinstalling boxes-debug                                                   [##############################################] 100%
ldconfig: File /usr/lib/liblove-11.5.so is empty, not checked.
ldconfig: File /usr/lib/libluajit-5.1.so.2 is empty, not checked.
ldconfig: File /usr/lib/libluajit-5.1.so is empty, not checked.
ldconfig: File /usr/lib/libluajit-5.1.so.2.1.1716656478 is empty, not checked.
ldconfig: File /usr/lib/liblove.so is empty, not checked.
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
mkdir: cannot create directory β€˜/home/dadmehr/.vimhis’: File exists
                          Done
                          You should now start vim and wait for the plugins to install

Things I see after opening vim:

line  222:
E185: Cannot find color scheme 'base16-gruvbox-dark-hard'
line  468:
E117: Unknown function: startify#pad
Press ENTER or type command to continue
[1]+  Stopped                 vim main.py

After opening, it does not work properly

Yank and paste

Hey Woland! First of all THANK YOU for this! It's really the best vimrc I've found. And I've been searching for ages.

I have a little issue. Normally I use "#yy" or "#dd" and "p" to cut or copy and paste "#" amount of lines. This does not seem to work in your file, so you probably remaped those keys. How can I set this back to the original way? And where in the vimrc do you modify this behavior?

Thanks again,
David

Vim keeps jumping into stdio.h

I used this environment with coc-clangd installed, to write some small C programs with it. No further additions to it has been made.

After saving my main.c with the arguments for the function dprintf used in the wrong order, vim keeps jumping into the stdio.h, where dprintf is defined, along with the error message, and doesn't let me get back to my .c-file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.