You've already forked dotfiles
exp: Testing out yaml-companion plugin, moving nvim-lint to being on a
hotkey rather than on bufread and bufwrite
This commit is contained in:
@@ -35,4 +35,6 @@ require('lazy').setup({
|
||||
require('plugins.render-markdown'), -- Render markdown directly in nvim (experimental, may take over for markdown-preview)
|
||||
require('plugins.autopairs'), -- Autocomplete symbol pairs when typing (experimental)
|
||||
require('plugins.twilight'), -- Focus mode, dim lines around the current segment of code
|
||||
require('plugins.yaml-companion'), -- Additional YAML and JSON schema helper
|
||||
-- require('plugins.schemastore'), -- Loads YAML and JSON schemas for autocompletion
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user