master-wiki/projects/todos-notes/Rewrite neovim config.md
aleidk 09ac6941c6 Update from obsidian - thinkpad
Affected files:
.obsidian/workspace.json
projects/homelab.md
projects/todos-notes/Improve Remote Access Setup.md
projects/todos-notes/Improve dev tools.md
projects/todos-notes/Rewrite neovim config.md
projects/todos-notes/Update dots.md
projects/todos-notes/Update keyboard config.md
projects/todos-notes/Update tmux config.md
projects/todos.md
templates/todo.md
2023-08-25 16:19:40 -04:00

1.1 KiB

Initial Setup

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

Especific stuff

  • colorscheme definition -> catppuccin or tokyonight
  • Review Telescope finders and keybindings
  • Change Telescope layout for a vertical one
  • wichkey -> have astronvim configuration
  • Change filetree
  • indentations
  • Format on save
  • Linters Support
  • Pretty (or more readable) diagnostic UI
  • .env support
  • flutter tools
  • Comment Box
  • Bufferline -> Exclude quickfix
  • Git -> Neogit, Fugitive
  • TODO comments

Fix indentation:

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

vim.exec("retab")

Reference: