removed vim airline

Changed files
-4
modules
personal
-2
modules/personal/nvim/default.nix
···
customRC = "luafile ${./nvim.lua}";
packages.myVimPackage = with pkgs.vimPlugins; {
start = [
-
vim-airline
-
vim-airline-themes
gruvbox-nvim
telescope-nvim
···
customRC = "luafile ${./nvim.lua}";
packages.myVimPackage = with pkgs.vimPlugins; {
start = [
gruvbox-nvim
telescope-nvim
-2
modules/personal/nvim/nvim.lua
···
vim.cmd [[colorscheme gruvbox]]
vim.api.nvim_command('hi Normal guibg=NONE ctermbg=NONE')
-
vim.g.airline_theme = 'bubblegum'
-
vim.o.mouse = 'a'
vim.o.shiftwidth = 4
···
vim.cmd [[colorscheme gruvbox]]
vim.api.nvim_command('hi Normal guibg=NONE ctermbg=NONE')
vim.o.mouse = 'a'
vim.o.shiftwidth = 4