breaking change: moved highlight stuff to base16 repo | rewrote whole base16 repo

Just run :PackerSync, check https://nvchad.github.io/config/Custom%20config#local-themes and the section below it for newly added features
This commit is contained in:
siduck 2022-05-03 00:13:38 +05:30
parent e557dc3af9
commit 02d545cd42
10 changed files with 12 additions and 304 deletions

View file

@ -2,11 +2,7 @@ local M = {}
require("plugins.configs.others").lsp_handlers()
function M.on_attach(client, bufnr)
local function buf_set_option(...)
vim.api.nvim_buf_set_option(bufnr, ...)
end
function M.on_attach(client, _)
client.resolved_capabilities.document_formatting = false
client.resolved_capabilities.document_range_formatting = false