jhonvidal / siuvim

Neovim configuration, based on the NvChad distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


siuvim

Custom configuration for Neovim, based on the NvChad distribution. Designed to develop directly, configurations designed for LSPs, formatters, linters and debuggers.

Neovim Minimum Version GitHub Issues

FeaturesHow To UseLicense

document_5154378509489013845b

Features

In addition to the nvchad based features, I have added third party plugin to improve productivity.

  • Support for django framework (template formatter with djlint)
  • Autocompletion support for Django framework templates (snippets included)
  • LSP configuration for python and htmldjango
  • Integration with the codeium artificial intelligence tool

How To Use

To clone and run this application, you'll need Git and Neovim
(warning! before cloning, you must backup your nvim configuration directory on unix systems located at ~/.config/nvim). installed on your computer. From your command line for unix-based operating systems:

# Remove existing config:
$ rm -rf ~/.config/nvim
$ rm -rf ~/.local/share/nvim

# Install config:
$ git clone https://github.com/jhonvidal/siuvim.git ~/.config/nvim/
$ nvim

License

GPL 3.0


About

Neovim configuration, based on the NvChad distribution

License:GNU General Public License v3.0


Languages

Language:Lua 100.0%