mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 05:40:13 +00:00
split wsl, consolidate hardware
This commit is contained in:
@ -8,6 +8,13 @@
|
||||
config = {
|
||||
plugins = [ pkgs.vimPlugins.nvim-base16 ];
|
||||
setup.base16-colorscheme = config.colors;
|
||||
|
||||
# Telescope isn't working, shut off for now
|
||||
lua = ''
|
||||
require('base16-colorscheme').with_config {
|
||||
telescope = false,
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user