2024-03-10 21:36:29 +01:00
2024-03-05 19:23:00 +01:00
2024-03-10 21:13:14 +01:00
2024-02-22 15:33:44 +00:00
2024-03-10 21:36:29 +01:00

dotfiles

My attempt to make my personal dotfiles (I'm doing this to learn more about Linux and the Vim's world!)

My setup

  • Neovim

Startup

Before doing something, you should install vimplug following this guide.

After cloned the repo, move the init.vim in the neovim config, start neovim and type: :PlugInstall. This should do all the stuff needed.

Other

Install your preferred LSP (coc-rust-analyzer, coc-python, and so on...)

Some of them are already installed...

For python autoformatting you should install black:

pip install --upgrade black

If you have any issues, try formatting with:

python -m black {file}

Keybindings

  • CTRL + ww -> change window's focus
  • CTRL + y -> accept autocomplete suggestion
  • m (with nerdtree focused) -> opens the nerdtree's menu
  • F3 -> start the :AutoFormat cmd
Description
My dotfiles
Readme AGPL-3.0 70 KiB
Languages
Lua 100%