This commit is contained in:
parent
dab78c673f
commit
0a24fd671f
2 changed files with 8 additions and 1 deletions
|
@ -108,6 +108,7 @@
|
||||||
bufferline-nvim
|
bufferline-nvim
|
||||||
galaxyline-nvim
|
galaxyline-nvim
|
||||||
indentLine
|
indentLine
|
||||||
|
lualine-nvim
|
||||||
neorg
|
neorg
|
||||||
nvim-colorizer-lua
|
nvim-colorizer-lua
|
||||||
nvim-compe
|
nvim-compe
|
||||||
|
@ -118,7 +119,6 @@
|
||||||
onehalf
|
onehalf
|
||||||
pears-nvim
|
pears-nvim
|
||||||
plenary-nvim
|
plenary-nvim
|
||||||
Spacegray-vim
|
|
||||||
vim-closetag
|
vim-closetag
|
||||||
vim-nix
|
vim-nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -49,6 +49,13 @@ opt.shortmess = "atI"
|
||||||
|
|
||||||
require("nvim-tree").setup()
|
require("nvim-tree").setup()
|
||||||
|
|
||||||
|
require("lualine").setup {
|
||||||
|
options = {
|
||||||
|
component_separators = { left = "", right = "" },
|
||||||
|
section_separators = { left = "", right = "" },
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
||||||
require("nvim-treesitter.configs").setup {
|
require("nvim-treesitter.configs").setup {
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
highlight = {
|
highlight = {
|
||||||
|
|
Loading…
Reference in a new issue