a simple but complete neovim config for those who cannot stop tinkering
Find a file
2024-02-08 15:19:35 +01:00
after/ftplugin fix: fuck python/PEP: tabs are for accessibility 2024-02-08 15:17:03 +01:00
ftplugin feat: markdown keybinds to toggle todos 2023-12-13 13:46:16 +01:00
lua fix: lsp configs 2024-02-08 15:19:35 +01:00
.gitignore fix: small tweaks, added gitignore 2022-08-18 05:16:43 +02:00
init.lua feat: smart case in search by default 2023-12-13 13:46:16 +01:00
README.md docs: made it github-friendly 2024-02-06 03:53:41 +01:00

tinker.nvim

a simple but complete neovim config for those who cannot stop tinkering

example picture

demo

installation

just git clone https://git.alemi.dev/tinker.nvim nvim inside your .config dir

first boot will throw errors, close and reopen

to sync plugins use :Lazy and then S

keep config up-to-date with :UpdateConfig

included

  • custom statusline
  • custom session wrapper (wip)
  • custom keybinds
  • custom colorscheme (peak.nvim by me)
  • plugins, such as
    • nvim-treesitter
    • nvim-lspconfig
    • telescope.nvim + dressing.nvim
    • nvim-cmp
    • nvim-dap
    • vim-fugitive + gitsigns.nvim
    • neo-tree.nvim
    • hexmode
    • vim-combo (by me)