Giter Site home page Giter Site logo

neovix's Introduction

Nixvim template

MIT

My Minimalist Neovim config. Banish those unworthy soydev IDEs to the depths of Hell!

Screenshot

Versions

Chad Vimer

  1. regular nixvim that will load all packages
  2. lazy nixvim with lazy.nvim that will lazy-load the packages on-demand

How to Use

Just run anywhere with Nix:

nix run github:storopoli/neovix

# or for the lazy.nvim version
nix run github:storopoli/neovix#lazynvim

Or clone the repo and run:

nix run .

# or for the lazy.nvim version
nix run .#lazynvim

Additionally, you can use it as a flake:

{
  # ...
  inputs.neovix = {
    url = "github:storopoli/neovix";
    inputs = {
      nixpkgs.follows = "nixpkgs";
      flake-parts.follows = "flake-parts";
    };
  };

  outputs = inputs @ { self, ... }:
  {
    imports = [
      {
        nixpkgs.overlays = [
          # ...
          inputs.neovix.overlays.default
        ];
      }
    ];
  };

}

Then neovix will be available as pkgs.neovix; and the lazy.nvim-enabled version will be available as pkgs.lazynvim.

Local Configurations with exrc

Local settings can be configured by creating a .nvim.lua file in the project's root directory. If neovim is launched in the same directory as .nvim.lua, it will evaluate your user configuration first, followed by the local configuration.

An example .nvim.lua might be as follows:

local nvim_lsp = require('lspconfig')

nvim_lsp.rust_analyzer.setup({
  root_dir = function()
    return vim.fn.getcwd()
  end
})

Neovimer's Creed

This is my neovim config. There are many like it, but this one is mine.

My neovim config is my best friend. It is my life. I must master it as I must master my life.

Without me, my neovim config is useless. Without my neovim config, I am useless. I must edit my neovim config true. I must code more efficiently than my enemy who is trying to outcode me. I must outcode him before he outcodes me. I will...

My neovim config and I know that what counts in coding is not the plugins we install, the noise of our mechanical keyboards, nor the smoke tests we run. We know that it is the commits that count. We will commit...

My neovim config is human, even as I, because it is my life. Thus, I will learn it as a brother. I will learn its weaknesses, its strength, its parts, its accessories, its themes, and its plugins. I will keep my neovim config clean and ready, even as I am clean and ready. We will become part of each other. We will...

Before Git, I swear this creed. My neovim config and I are the defenders of my codebase. We are the masters of our enemy. We are the saviors of my projects.

So be it, until victory is Open Source's and there is no enemy, but peace!

License

The source code is licensed under a MIT License.

MIT

neovix's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar storopoli avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

jaoleal

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.