master-wiki/projects/todos-notes/Rewrite neovim config.md
aleidk 85ed5712ea Update from obsidian -
Affected files:
.obsidian/bookmarks.json
.obsidian/core-plugins-migration.json
.obsidian/core-plugins.json
notes/daily/2023-10-26.md
notes/utils/Neovim.md
projects/quests.md
projects/todos-notes/Rewrite neovim config.md
projects/todos-notes/Update dots.md
2023-10-26 18:16:04 -03:00

1.9 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

  • Tmux navigation

  • wichkey -> have astronvim configuration, evaluar alternativa (mini.cue)??

  • Change filetree

  • indentations

  • Folds

  • Format on save, options:

  • Linters Support, options:

  • Pretty (or more readable) diagnostic UI

  • .env support

  • Comment Box

  • Bufferline -> Exclude quickfix

  • Git -> Neogit, Fugitive

  • TODO comments

  • Disable suggestion in ttsserver

  • Update completition configuration

  • TS context

  • Final review and cleanup

  • Check lock file behavior of lazy.nvim

  • checkhealth pass


  • Fix indentation:
local indent = 2
vim.opt.tabstop = indent
vim.opt.shiftwidth = indent
vim.opt.softtabstop = indent

vim.exec("retab")

Reference: