Skip to content

What's the usual way to load one of these packages? #593

Answered by Folaht
Folaht asked this question in Q&A
Discussion options

You must be logged in to vote

Although there's a lot of complaints about
https://mrcjkb.dev/posts/2023-08-22-setup.html
from the main developer of rocks,
I haven't seen any alternative over this setup yet.

~/.config/nvim
├── init.lua
├── plugin
│   ├── colorscheme.lua
│   ├── keymap
│   │   └── dvorak.lua
│   └── plugins.lua
└── rocks.toml

plugins.lua

-- LSP settings
require('mason').setup {}
require('mason-lspconfig').setup()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mrcjkb
Comment options

Answer selected by Folaht
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants