diff --git a/programs/nvim.nix b/programs/nvim.nix index 6bf7eea..cc94026 100644 --- a/programs/nvim.nix +++ b/programs/nvim.nix @@ -39,6 +39,7 @@ {plugin = friendly-snippets;} {plugin = fugitive;} {plugin = lsp-trouble;} + {plugin = lualine-lsp-progress;} {plugin = playground;} {plugin = rust-vim;} {plugin = tabular;} @@ -84,12 +85,59 @@ ''; } - # TODO: replace with own bar { - plugin = lightline-vim; + plugin = lualine-nvim; config = '' - let g:lightline = { 'colorscheme': 'solarized' } - set noshowmode + lua <