master-wiki/projects/todos-notes/Rewrite neovim config.md
aleidk a5788c7eee Update from obsidian - thinkpad
Affected files:
.obsidian/core-plugins.json
projects/todos-notes/Rewrite neovim config.md
2023-09-20 19:59:04 -03:00

1.7 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: