New contract (#1080)

Changes to the global config object

O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins

Null-ls has replaced both formatter.nvim and nvim-lint
This commit is contained in:
Christian Chiarulli 2021-07-24 21:17:11 -04:00 committed by GitHub
parent 0884dcd846
commit 98f8a77819
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
120 changed files with 1128 additions and 3684 deletions

View file

@ -1,3 +1 @@
require "lsp.tsserver-ls"
vim.cmd "setl ts=2 sw=2"
require("lsp").setup "javascriptreact"