My neovim dotfiles with all of the new neo and as little of the old vim as possible hense the name dotNeo
. Note: these dofiles are also based off of kickstart.nvim
A list of changes compared to the original kickstart.nvim
(in this repo each commit will implement one of these changes)
- Remove the unnecessary comments
- Remove the
which-key.nvim
plugin - Remove unnecessary languages from the treesitter setup
- Set scrolloff to a something more then 0
- Add a keymap to move the selected text up/down
- Add a keymap to find and replace the current word
- Get rid of
vim-sleuth
and replace it with tab indents where each tab is shown a 4 spaces on-screen - Add the undotree plugin
- Replace the custom LSP with
lsp-zero
- Re-add the
:Format
command as it is not setup with LSP-zero - Replace all of the spaces in the
init.lua
with tabs
- neovim
- wl-clipboard