Git Product home page Git Product logo

ninja.nvim's Introduction

NinjaNvim

Logo NeoVim

Here you found me neovim config

Total de Lineas

Features

  • Intelljsense NativeLSP you can select this in the manager settings for lua native lsp here

  • Comments The comment tool what use is vim-commentary this can be activated it with gcc and gc can you see the documentation for this amazing tool in the repository all settings are the default.

  • Pairs For the pairs in the brackets i use autopairs

  • Languages Supported Any question regarding how to set up a language can you open an issue to help you out 鉁岋笍

    • Dart
    • Flutter
    • Rust
    • Go
    • HTML
    • CSS
    • Python
    • JavaScript
    • EditorConfig This not a language only a tool 馃槂
    • Json, Toml, Yaml
  • File Explorer I use the awesome asynchronus file explorer Fern you can open this with <leader>n into the left side and <C-m> into the full screen

  • Utils for the editor

    • Ctrl-ArrowKeys for natigate into the panels
    • Space w for save
    • Space q for close
    • Space so for reload
    • Tab and shift tab for advance and back into the buffers
    • > and < for indent and unindent
    • jk and Ctrl-c for go to the normal mode

Installation

Download NeoVim

For Windows we can install the package manager Chocolatey this is the option that I recommend following to isntall with choco:

  • Install Chocolatey

We can skip this step if you have installed chocolatey, you can execute this command in powershell.

choco -v

If you can install chocolatey, you can use this command in Powershell using the administrador

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

After the installing, close the powershell and re open the administrador to continue with this command

choco install neovim -y

Install package manager

Now, we can proceed installing the most famous package manager called Vim Plug once it gets the site. We close the next command using Powershell like administrador

iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni "$(@($env:XDG_DATA_HOME, $env:LOCALAPPDATA)[$null -eq $env:XDG_DATA_HOME])/nvim-data/site/autoload/plug.vim" -Force

Once it is done, we use the command to continue with the git installation

Git installation

We can skip this step if you have installed Git and you could check with this:

git --version

Wondering why git was installed, to avoid errors in the package managers based on git

Please go to this link to download Git

Click download and then next next next. When it is asking the editor, you select the Vim and ready.

Set up the editor

C:\Users\UserName\AppData\Local\

Once you get the folder, you may clone the project or create a file called init.vim to set up from 0.

Clone the proyecto

  • Installed Node, you can get it here

  • Move the folder

mkdir nvim

  • Browse until the file nvim
cd $HOME\AppData\Local\nvim
  • After executing this command
git clone https://github.com/manuelduarte077/ninja.nvim .
  • You can finally add neovim to install and compiled packer with this:
:PlugInstall

ninja.nvim's People

Contributors

guillermoguido7 avatar manuelduarte077 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

guillermoguido7

ninja.nvim's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    馃枛 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 馃搳馃搱馃帀

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google 鉂わ笍 Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.