mirror of https://github.com/folke/neoconf.nvim
docs: added screenshot
This commit is contained in:
parent
8185461467
commit
375a315bcc
|
|
@ -1,4 +1,4 @@
|
|||
# 💼 settings.nvim
|
||||
# 💼 neoconf.nvim
|
||||
|
||||
**Settings.nvim** is a Neovim plugin to manage global and workspace-local Neovim
|
||||
settings.
|
||||
|
|
@ -111,6 +111,8 @@ require("lspconfig").sumneko_lua.setup(...)
|
|||
- `:Neoconf show`: opens a floating window with the merged config
|
||||
- `:Neoconf lsp`: opens a floating window with your merged lsp config
|
||||
|
||||

|
||||
|
||||
### Completion and Validation for your `Json` Settings Files
|
||||
|
||||

|
||||
|
|
|
|||
Loading…
Reference in New Issue