Skip to content

The idea is to create a complete and ready-to-work configuration.

Notifications You must be signed in to change notification settings

Mathiew82/basisvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasisVIM

Neovim configured and ready to work (https://neovim.io/)

Warning

This configuration is deprecated. Use 💤 My Custom LazyVim instead

Instalation 🔧

cd ~/.config
git clone https://github.com/Mathiew82/basisvim.git
mv basisvim nvim
  1. Open nvim and run the :PlugInstall command (It is required to have vim-plug installed)
    • Note: Ignore errors when opening and continue, after installing the plugins they will be fixed
  2. Launch the :InstallLanguages command to install the languages supported by treesitter
  3. When the installation is finished you must close neovim
  4. Open neovim again and enjoy your new settings!! 😎 🚀

Note: Additionally you must install this dependency to perform global searches with the :Ag term command

...

Screenshots

Captura de pantalla 2021-10-03 a las 6 33 48

Captura de pantalla 2021-09-30 a las 23 11 19

Captura de pantalla 2021-10-03 a las 4 11 08

Captura de pantalla 2021-10-02 a las 2 39 34

Captura de pantalla 2021-09-27 a las 4 36 36

Captura de pantalla 2021-09-27 a las 4 37 07

...

Installed dependencies

Plugin manager 📦

IDE plugins ⚙

Tests 🧪

Manage files 📁

Navigate 🚀

Themes 💎

Appearance 🔎

Airline ✈

Additional libraries 💊

...

Configuration

To add new programming languages to color the code styles you must write the :TSInstall command followed by the name of the language or languages you want to add.

Example to install elixir and dart = :TSInstall elixir dart

In this link you can see the list of languages supported by treesitter

These are the languages installed with the :InstallLanguages command: [c, c_sharp, comment, css, dockerfile, dot, go, graphql, html, java, javascript, jsdoc, json, json5, julia, kotlin, lua, perl, php, python, ql, regex, ruby, rust, scss, svelte, tsx, typescript, vim, vue, yaml]


To modify the eslint configuration you must edit the coc-settings.json file

About

The idea is to create a complete and ready-to-work configuration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published