You've already forked dotfiles
feat: Removing nvim-lspconfig and starting the removal of Mason, adding
in LSP definitions for servers that are used, adding in a script to check for LSPs, removing some extraneous items in the tmux conf, moving autopairs to its own file
This commit is contained in:
@@ -20,8 +20,15 @@ require('lualine').setup {
|
||||
}
|
||||
},
|
||||
sections = {
|
||||
lualine_c = {
|
||||
'filename',
|
||||
'lsp_status',
|
||||
},
|
||||
lualine_x = {
|
||||
'encoding', 'fileformat', 'filetype', get_schema
|
||||
'encoding',
|
||||
'fileformat',
|
||||
'filetype',
|
||||
get_schema,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user