Code Monkey home page Code Monkey logo

nvim-nvc-starter's Introduction

Install nvim

** Windows **

winget install Neovim.Neovim

Linux

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
sudo rm -rf /opt/nvim
sudo tar -C /opt -xzf nvim-linux64.tar.gz

# .bashrc
export PATH="$PATH:/opt/nvim-linux64/bin"

config/nvim

From NvChad starter config

Forked and starting tweaking.

Changed compose config and init

See configs/conform.lua and plugins/init.lua

LUA

Install luarocks

Ubuntu:

sudo apt install luarocks

Rocky Linux:

sudo dnf install luarocks

Windows

scoop install main/luarocks

Treesitter

:TSInstall luadoc rust markdown markdown_inline typescript javascript json jsdoc dockerfile yaml bash

Just

# Ref: lazy load tree-sitter-just :Lazy load tree-sitter-just
:TSInstall just

Web - Typescript etc.

:TSInstall typescript javascript json jsdoc

Mason

:MasonInstall codelldb dockerfile-language-server yaml-language-server bash-language-server bash-debug-adapter

# may not need to do this with vscode and the extension already installed to $Env:USERPROFILE/.vscode/extensions
:MasonInstall codelldb

Rust

Install rust-analyzer and rust-src

rustup component add rust-analyzer
rustup component add rust-src

# neovim
# :TSInstall rust # TSModuleInfo for other langs to install

DAP

:lua local widgets=require("dap.ui.widgets"); local sidebar=widgets.sidebar(widgets.scopes); sidebar.open();

dapui

Install control icons

npm i -g @vscode/codicons
:lua require("dapui").setup{}
:lua require("dapui").open()

nvim-nvc-starter's People

Contributors

addictarts avatar siduck 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.