Giter Club home page Giter Club logo

nvim's Introduction

Nvim configuration

dashboard screenshot1 screenshot2

Features:

  • Install LSPs, Linters, DAPs, with mason.nvim
  • Automatic default configuration of installed LSPs
  • Useable with default vim colorschemes
  • Minimal statusbar and tabline
  • Custom base16-colorschemes
  • which-key for keybind discovery
  • completion with cmp

Requirements

  • ripgrep for fuzzy-finding words
  • Any NerdFont for icon support

Installation

git clone https://github.com/drewma2k/nvim ~/.config/nvim
nvim +PackerSync

Post-Installation

TreeSitter grammars

Install with :TSInstall <language>

Language Servers

Use :LspInstall and select a server for the filetype you are currently editing.

Configuration

Colorscheme

base16 colorschemes are included for best integration with terminal colors. colorscheme is configured in /lua/config/colorscheme.lua

Keybinds

Keybinds are configured in /lua/config/key-mapping.lua

Plugins

Plugins are added in /lua/config/plugin.lua. Plugins are generally configured in a file under lua/config named after them.

LSP

LSPs installed by :LspInstall are automatically configured with nvim-lspconfig. Custom configurations are done in a dedicated file in /lua/config/lsp/ or directly in lua/config/lspconfig.lua

Goals

  • Be tuned to my personal taste
  • Rely on native features when appropriate
  • Configure all essential IDE features
    • Treesitter
    • LSP
    • Autocomplete
  • Be colorscheme agnostic
  • Easy to install
  • Perfect in every way

nvim's People

Contributors

drewma2k avatar drewma2k2 avatar

Watchers

 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.