lualine
This commit is contained in:
@@ -9,10 +9,12 @@ vim.pack.add {
|
||||
version = "1.*",
|
||||
},
|
||||
{ src = "https://github.com/tpope/vim-fugitive" },
|
||||
{ src = "https://github.com/nvim-lualine/lualine.nvim" },
|
||||
}
|
||||
|
||||
require("mason").setup {}
|
||||
require("mini.pick").setup {}
|
||||
require("lualine").setup {}
|
||||
|
||||
require('blink.cmp').setup {
|
||||
fuzzy = { implementation = 'prefer_rust_with_warning' },
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
"rev": "572f5660cf05f8cd8834e096d7b4c921ba18e175",
|
||||
"src": "https://github.com/rafamadriz/friendly-snippets"
|
||||
},
|
||||
"lualine.nvim": {
|
||||
"rev": "47f91c416daef12db467145e16bed5bbfe00add8",
|
||||
"src": "https://github.com/nvim-lualine/lualine.nvim"
|
||||
},
|
||||
"mason.nvim": {
|
||||
"rev": "57e5a8addb8c71fb063ee4acda466c7cf6ad2800",
|
||||
"src": "https://github.com/mason-org/mason.nvim"
|
||||
|
||||
Reference in New Issue
Block a user