Git Product home page Git Product logo

nvim-config's Introduction

Neovim Config

This is my neovim configuration. It allows for selecting which languages are available by creating a file called languages.lua in the lua directory of the config. The file should return a table of languages out of the supported options. The languages-example.lua file contains all valid languages in the correct format. Additional languages can be added by copying the template file in the lua/language_configs directory. The one caveat is that to add null_ls builtins to the sources you do have to modify the null_ls config file.

General Dependencies:

  • lldb (debugging)
  • A C compiler (For treesitter) - For windows use mingw
  • Make (For treesitter) - For windows use GnuWin32
  • RipGrep (For telescope)

Installation

To install just the neovim config you can run this command:

git clone https://github.com/lcroberts/nvim-config ~/.config/nvim

For windows:

git clone https://github.com/lcroberts/nvim-config $HOME\AppData\Local\nvim

Removal

If you want to remove the installation you can run the following:

rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim

For windows:

rd -Recurse -Force ~\AppData\Local\nvim
rd -Recurse -Force ~\AppData\Local\nvim-data

You can find my main dotfiles repo here.

Supported Languages

Defaults

Stylua (formatter), Selene (linter), and lua language server are provided for lua support.

Language servers are also provided for yaml, json, and toml.

Bash

Provides: shfmt (formatter) and bash language server.

Python

Dependencies: python/pip for package management Provides: python language server

C & C++

Provides: clangd (language server w/ formatter), and clangd_extensions.nvim (plugin)

Go

Dependencies: go

Provides: gofmt (formatter), gopls (language server), and golangci_lint (linter)

PHP

Dependencies: php and composer

Provides: Intelephense (language server), pint (php formatter), blade_formatter (blade template formatter), laravel.nvim (plugin) and phpactor (vim plugin for refactoring)

Javascript

Includes typescript and jsx support.

Dependencies: npm

Provides: tsserver (lsp), and typescript-tools.nvim (configures tsserver and adds refactoring tools)

HTML & CSS

Includes tailwind completions, as well as html with emmet.

SQL

Provides: sql language server

Rust

Dependencies: Cargo/rust

Provides: rustaceanvim (basic language support plugin), crates.nvim (crates support), rust.vim (more rust features)

Zig

Dependencies: zig

Provides: zls (zig language server)

nvim-config's People

Contributors

lcroberts 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.