articles.title
3 min read, Published on Oct 17, 2022

Configure Nvim with Lua: Add other features (10)

A quick look at other features
Vim/Nvim
Lua
5 min read, Published on Oct 14, 2022

Configure Nvim with Lua: Finish my IDE, git, project (9)

A quick look at the git and project plugins
Vim/Nvim
Lua
8 min read, Published on Oct 11, 2022

Configure Nvim with Lua: auto completion, Cmp, treesitter and lsp (8)

A quick look at the auto completion, Cmp, treesitter and lsp
Vim/Nvim
Lua
4 min read, Published on Oct 4, 2022

Configure Nvim with Lua: Fuzzy finder, Telescope (7)

A quick look at the fuzzy finder Telescope plugin
Vim/Nvim
Lua
4 min read, Published on Sep 27, 2022

Configure Nvim with Lua: The statusline (Lualine) and open tabs (bufferline) (6)

A quick look at the statusline and tabsline: use the lualine and bufferline plugins
Vim/Nvim
Lua
3 min read, Published on Sep 25, 2022

Configure Nvim with Lua: File Explorer (5)

A quick look at the File Explorer
Vim/Nvim
Lua
3 min read, Published on Sep 22, 2022

Configure Nvim with Lua: Set colorscheme (4)

A quick look at the basic vim/nvim configuration, in this case set the colorscheme
Vim/Nvim
Lua
2 min read, Published on Sep 21, 2022

Configure Nvim with Lua: Plugin/package management (3)

A quick look at the basic vim/nvim configuration, in this case with the plugin/package management: Packer
Vim/Nvim
Lua
4 min read, Published on Sep 20, 2022

Configure Nvim with Lua: Keymaps (2)

A quick look at the basic vim/nvim configuration, in this case with keymaps
Vim/Nvim
Lua
5 min read, Published on Sep 18, 2022

Configure Nvim with Lua: Basic Options (1)

A quick look at the basic vim/nvim configuration, in this case with tab settings, show line number, set relative line number and others
Vim/Nvim
Lua