mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
minor changes to lspconfig
This commit is contained in:
parent
742c57fea5
commit
3c9d8d8dcc
@ -1,4 +1,4 @@
|
||||
function on_attach(client)
|
||||
function on_attach(client, bufnr)
|
||||
local function buf_set_keymap(...)
|
||||
vim.api.nvim_buf_set_keymap(bufnr, ...)
|
||||
end
|
||||
|
@ -1,7 +1,7 @@
|
||||
local gl = require("galaxyline")
|
||||
local gls = gl.section
|
||||
|
||||
gl.short_line_list = {" "} -- keeping this table { } as empty will show inactive statuslines
|
||||
gl.short_line_list = {" "}
|
||||
|
||||
local colors = {
|
||||
bg = "#22262e",
|
||||
|
Loading…
Reference in New Issue
Block a user