mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 04:17:22 +00:00
Add rofi, update fish cfg/scripts, update nvim cfg, update wezterm cfg
This commit is contained in:
parent
e801f0a680
commit
6e8bb638ee
24 changed files with 104 additions and 77 deletions
|
|
@ -25,6 +25,7 @@ plug("folke/zen-mode.nvim")
|
|||
plug("folke/twilight.nvim")
|
||||
plug("neovim/nvim-lspconfig")
|
||||
plug("rebelot/kanagawa.nvim")
|
||||
plug("akinsho/bufferline.nvim")
|
||||
plug("nvim-lualine/lualine.nvim")
|
||||
plug("nvim-neo-tree/neo-tree.nvim")
|
||||
plug("pmizio/typescript-tools.nvim")
|
||||
|
|
@ -44,7 +45,18 @@ require("kanagawa").setup({
|
|||
transparent = true,
|
||||
})
|
||||
|
||||
require("lualine").setup()
|
||||
require("bufferline").setup({
|
||||
options = {
|
||||
separator_style = "slant",
|
||||
},
|
||||
})
|
||||
|
||||
require("lualine").setup({
|
||||
extensions = {
|
||||
"neo-tree",
|
||||
"symbols-outline",
|
||||
},
|
||||
})
|
||||
|
||||
require("zen-mode").setup({
|
||||
window = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue