Ashiqur Rahman

Ashiqur Rahman

I'm Ashiqur Rahman. I'm a Linux enthusiast who has always been fascinated by open-source technology. I started this blog to share my passion and knowledge with others and provide a comprehensive resource for anyone interested in Linux and open-source software.

Neovim vs Vim: An In-Depth Comparison

Neovim vs Vim

Neovim and Vim are both popular text editors, but they have different strengths and weaknesses. Neovim is a fork of Vim that was created in 2016. It is designed to be more modern and extensible than Vim, while still retaining…

Setup and Configure nvim-autopairs in Neovim

Setup and Configure nvim-autopairs in Neovim

Neovim is a powerful text editor known for its extensibility and customization options. One of its key strengths lies in its ability to integrate essential features for efficient coding, such as automatic pairing of brackets, braces, quotes, and other symbols.…

Neovim Configuration for Beginners

Neovim Configuration

Neovim is a powerful and highly customizable text editor, offering a rich set of features for coding and text editing. Its flexible configuration system allows you to tailor the editor to your needs, covering everything from simple settings like indentation…

Configuring Language Server Protocol (LSP) in Neovim

Configuring Language Server Protocol (LSP) in Neovim

Language Server Protocol (LSP) is an open standard created by Microsoft that allows different code editors and IDEs to communicate with language servers. These language servers are specific to programming languages and provide advanced language-aware features such as autocompletion, code…