1
Fork 0

feat: lualine config and stuff

This commit is contained in:
Matei Adriel 2022-02-23 16:44:33 +02:00
parent c45475a62d
commit e7ab3b8f26
7 changed files with 54 additions and 9 deletions
dotfiles/neovim/lua/my/plugins

View file

@ -13,6 +13,7 @@ local bindings = {
-- See diagnostics with space + d
lsp_document_diagnostics = "<space>d",
lsp_workspace_diagnostics = "<space>wd",
lsp_code_actions = "<space>ca",
-- Open a list with all the pickers
builtin = "<space>t",