[2024-10-12] New custom colour scheme, statusline updates
This commit is contained in:
parent
42920643c2
commit
d6b161f2d6
4 changed files with 22 additions and 9 deletions
|
@ -11,7 +11,7 @@ Plug 'MunifTanjim/nui.nvim'
|
|||
"Plug 'nvim-neo-tree/neo-tree.nvim', { 'branch': 'v3.x' }
|
||||
Plug 'lewis6991/gitsigns.nvim' " OPTIONAL: for git status
|
||||
" Plug 'nvim-tree/nvim-web-devicons' " OPTIONAL: for file icons
|
||||
Plug 'freddiehaddad/feline.nvim'
|
||||
" Plug 'freddiehaddad/feline.nvim'
|
||||
Plug 'neovim/nvim-lspconfig'
|
||||
" main one
|
||||
Plug 'ms-jpq/coq_nvim', {'branch': 'coq'}
|
||||
|
@ -32,7 +32,7 @@ endif
|
|||
|
||||
colo mine
|
||||
set noshowmode
|
||||
set laststatus=3
|
||||
set laststatus=2
|
||||
set cmdheight=0
|
||||
|
||||
set statusline=%{%v:lua.require('plugins.statusline').statusline()%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue