Skip to content

FtVim/FtVim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Ft_Vim

Neovim Minimum Version GitHub Issues

Showcase

What is it?

  • Ft_vim is a neovim config written in lua.

  • Tuqui.

  • Tuqui.

🚀 Getting Started

You can find a starter template for FtVim here

Install the FtVim Starter
  • Make a backup of your current Neovim files:

    mv ~/.config/nvim ~/.config/nvim.bak
    mv ~/.local/share/nvim ~/.local/share/nvim.bak
  • Clone the starter

    git clone https://github.com/FtVim/starter ~/.config/nvim
  • Remove the .git folder, so you can add it to your own repo later

    rm -rf ~/.config/nvim/.git
  • Start Neovim!

    nvim

    Refer to the comments in the files on how to customize FtVim.

Plugins list

Credits