mirror of
https://github.com/srid/nixos-config.git
synced 2026-03-01 00:15:17 +08:00
remove unused
This commit is contained in:
parent
161a35e4aa
commit
04c34d11f7
1 changed files with 0 additions and 7 deletions
|
|
@ -30,7 +30,6 @@
|
||||||
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vim/plugins/generated.nix
|
# https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/editors/vim/plugins/generated.nix
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
# Status bar for vim
|
# Status bar for vim
|
||||||
# vim-airline
|
|
||||||
# lualine-nvim
|
# lualine-nvim
|
||||||
feline-nvim
|
feline-nvim
|
||||||
|
|
||||||
|
|
@ -41,8 +40,6 @@
|
||||||
|
|
||||||
# Preferred theme
|
# Preferred theme
|
||||||
nvim-treesitter
|
nvim-treesitter
|
||||||
aurora
|
|
||||||
oceanic-next
|
|
||||||
tokyonight-nvim
|
tokyonight-nvim
|
||||||
|
|
||||||
telescope-nvim
|
telescope-nvim
|
||||||
|
|
@ -63,10 +60,6 @@
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
set nobackup
|
set nobackup
|
||||||
set termguicolors " 24-bit colors
|
set termguicolors " 24-bit colors
|
||||||
let g:oceanic_next_terminal_bold = 1
|
|
||||||
let g:oceanic_next_terminal_italic = 1
|
|
||||||
" colorscheme OceanicNext
|
|
||||||
" colorscheme aurora
|
|
||||||
" let g:tokyonight_style = "day"
|
" let g:tokyonight_style = "day"
|
||||||
let g:tokyonight_italic_functions = 1
|
let g:tokyonight_italic_functions = 1
|
||||||
colorscheme tokyonight
|
colorscheme tokyonight
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue