articles.title
3 min read, Published on Oct 17, 2022
Configure Nvim with Lua: Add other features (10)
A quick look at other featuresVim/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 pluginsVim/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 lspVim/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 pluginVim/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 pluginsVim/Nvim
Lua
3 min read, Published on Sep 25, 2022
Configure Nvim with Lua: File Explorer (5)
A quick look at the File ExplorerVim/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 colorschemeVim/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: PackerVim/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 keymapsVim/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 othersVim/Nvim
Lua