Giter Club home page Giter Club logo

config.nvim's Introduction

config.nvim

   Simple configuration for neovim with (optional) LSP support. Built
   by plucking options out of my .vimrc [VIMRC] when a default behavior
   bothered me.

   Plugins are managed via the emacsesque packer.nvim [PACKER] and not
   having it configured doesn't leave anything broken nor throws errors
   at my face.

   Here be no icons, text rules.

Basic Installation

   $ git clone https://github.com/caio/config.nvim ~/.config/nvim

Enabling and Installing/Updating Plugins

   It's assumed git is installed and neovim is running with a UI capable
   displaying 24-bit colors, be it a terminal (:help termguicolors) or a
   GUI.

   $ nvim +BootstrapPacker
   $ nvim +PackerSync

Starting/Using LSP

   It's not always that I want to boot heavy IDE-like features when I
   open a file with the editor, so lsp functionality is gated behind
   the LspStart command. Issuing it will launch a server and configure
   mappings accordingly.

   :LspStart

To-Do

   1. Runnables [RUN] support, mostly to launch tests. It's the only
      thing that I actually miss from my previous setup.

References

   [VIMRC]   My vim configuration files
             https://github.com/caio/vim-runtime

   [PACKER]  packer.nvim: A Plugin Manager for Neovim
             https://github.com/wbthomason/packer.nvim

   [RUN]     Rust-analyzer's Runnables lsp extension
             https://rust-analyzer.github.io/manual.html#run

config.nvim's People

Contributors

caio avatar

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.