tinker.nvim/README.md

34 lines
851 B
Markdown
Raw Normal View History

2022-08-18 03:23:21 +02:00
# tinker.nvim
2024-02-06 03:32:54 +01:00
> a simple but complete neovim config for those who cannot stop tinkering
2024-02-06 03:52:17 +01:00
![example picture](https://cdn.alemi.dev/proj/tinker.nvim/demo.png)
2024-02-06 03:32:54 +01:00
### demo
2024-02-06 03:52:17 +01:00
* [completions, diagnostics and file tree](https://cdn.alemi.dev/proj/tinker.nvim/demo-completion-tree.mp4)
2024-02-06 03:32:54 +01:00
## 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)