parent
a03dfbc8dd
commit
8bb834b24f
4 changed files with 5 additions and 5 deletions
|
|
@ -73,6 +73,7 @@ lspconfig.sumneko_lua.setup {
|
|||
diagnostics = { globals = { 'vim' } },
|
||||
workspace = {
|
||||
-- Make the LSP aware of Neovim runtime files:
|
||||
checkThirdParty = false,
|
||||
library = vim.api.nvim_get_runtime_file('', true)
|
||||
},
|
||||
format = {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ local config = {
|
|||
-- Disable sections and component separators
|
||||
component_separators = '',
|
||||
section_separators = '',
|
||||
theme = 'gruvbox-material',
|
||||
theme = 'gruvbox',
|
||||
},
|
||||
sections = {
|
||||
-- these are to remove the defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue