vim-galore enhanced

The repository vim-galore is an excellent resource for Vim learners, focusing on fundamental Vim capabilities. However, to further augment Vim’s functionalities, plugins play a crucial role. Many aspects covered in vim-galore can be enhanced by leveraging powerful plugin tools.

Enhanced Vim-Galore

Completion

Several plugins support auto-completion, with my current preference being YouCompleteMe.

Motions

For enhanced motion capabilities, consider using vim-easymotion.

Changelist & Jumplist

Consider bundling with vim-fzf for improved changelist and jumplist navigation.

Colorschemes

iTerm2 provides its own color schemes.

Sessions

For session management, I find that tmux could offer better functionality.

Cscope

As an alternative to Cscope, universal-ctags proves to be a superior option.

True Colors

The issue of true colors is internally resolved by iTerm2.

Other Plugins

Highly Recommended

  • nerdcommentor
  • fzf
  • ultisnips

Other Recommendations

  • vim-better-whitespace
  • vim-easy-align
  • vim-expand-region
  • tagbar

2024

SSD Controller Verification

This article provides insights into considerations for SSD Controller Functional Verification.

Vim UVM Snippets

This article outlines the process of adding UVM snippets to the vim-snippet GitHub repository.

NVMe Introduction

Introduction to Non-Volatile Memory Express (NVMe) Interface for Beginners.

UVM Learning Path

This article provides a review of UVM learning resources, complete example projects, and useful tools to expedite the learning process.

vim-galore enhanced

The repository vim-galore is an excellent resource for Vim learners, focusing on fundamental Vim capabilities. However, to further augment Vim’s functionalit...

Verilog/SystemVerilog Setup in Vim

This post guides you through setting up Verilog/SystemVerilog in Vim, covering ctags generation and linting. While vim-ale is often seen as an optimal soluti...

Back to top ↑

2021

ICC Custom Floorplan

本文介绍 ICC 进行特定形状的 Floorplan 设计以及PIN脚摆放的方法。

Coverage 用法总结

本文介绍Coverage的概念以及使用Synopsys工具对其进行分析的方法。

DC High Fanout Nets

本文介绍 DC 综合阶段 High-Fanout Nets 可能遇到的相关问题

Euclide - Part0

本文介绍Synopsys的前端设计IDE Euclide。

Back to top ↑