Update nvim
This commit is contained in:
parent
d4d19a9c96
commit
f7e91dec3a
|
@ -37,7 +37,7 @@ dashboard.section.buttons.val = {
|
||||||
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
dashboard.button("r", " Recently used files", ":Telescope oldfiles <CR>"),
|
||||||
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
|
dashboard.button("t", " Find text", ":Telescope live_grep <CR>"),
|
||||||
-- dashboard.button("c", " Configuration", ":e ~/.config/nvim/init.lua <CR>"),
|
-- dashboard.button("c", " Configuration", ":e ~/.config/nvim/init.lua <CR>"),
|
||||||
dashboard.button("u", " Update plugins", ":PackerSync<CR>"),
|
dashboard.button("u", " Update plugins", ":Lazy<CR>"),
|
||||||
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
|
dashboard.button("q", " Quit Neovim", ":qa<CR>"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
-- use NeoSolarized
|
-- use NeoSolarized
|
||||||
vim.cmd [[colorscheme solarized]]
|
vim.cmd [[colorscheme solarized-flat]]
|
||||||
-- airline settings.
|
-- airline settings.
|
||||||
vim.g.airline_theme = 'solarized'
|
vim.g.airline_theme = 'solarized'
|
||||||
vim.g.airline_solarized_bg = 'dark'
|
vim.g.airline_solarized_bg = 'dark'
|
||||||
|
|
Loading…
Reference in New Issue