Skip to content

danielebra/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design

Attribute Colour friendly name Colour code note
Class names Yellow #FFCB6B
String Green #C3E88D

Notes

Clone into ~/.config/nvim

Update Plugins

See lua/preference.lua for user level configuration.

:PackerInstall
:PackerCompile

Lua language server

brew install ninja
cd ~/.config/nvim

git clone https://github.com/sumneko/lua-language-server
cd lua-language-server
git submodule update --init --recursive

cd 3rd/luamake
compile/install.sh
cd ../..
./3rd/luamake/luamake rebuild

Language servers

brew install hashicorp/tap/terraform-ls
brew install luarocks
brew install efm-langserver
brew install pandoc
brew install gopls
luarocks install --server=https://luarocks.org/dev luaformatter
yarn global add pyright \
    typescript \
    typescript-language-server \
    dockerfile-language-server-nodejs \
    diagnostic-languageserver

Cloudformation

pipx install cfn-lsp-extra

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages