master-wiki/projects/todos-notes/Rewrite neovim config.md
aleidk 868be9d2d8 Update from obsidian - thinkpad
Affected files:
.obsidian/bookmarks.json
projects/personal-page-notes/List of Games.md
projects/todos-notes/Escritorio.md
projects/todos-notes/Rewrite neovim config.md
projects/todos.md
2023-09-25 18:46:51 -03:00

1.8 KiB

Initial Setup

  • Setup with kickstart.nvim
  • Refactor config
  • migrate config from AstroNvim

Especific stuff


Fix indentation:

local indent = 2
vim.opt.tabstop = indent
vim.opt.shiftwidth = indent
vim.opt.softtabstop = indent

vim.exec("retab")

Reference: