add fern to vim config
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
options.mods.sync.enable = lib.mkOption {
|
options.mods.sync.enable = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
@ -12,4 +13,5 @@
|
|||||||
config = lib.mkIf config.mods.sync.enable {
|
config = lib.mkIf config.mods.sync.enable {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
@ -56,6 +56,11 @@
|
|||||||
Plug 'bluz71/vim-nightfly-colors'
|
Plug 'bluz71/vim-nightfly-colors'
|
||||||
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
Plug 'catppuccin/nvim', { 'as': 'catppuccin' }
|
||||||
Plug 'tikhomirov/vim-glsl'
|
Plug 'tikhomirov/vim-glsl'
|
||||||
|
Plug 'lambdalisue/nerdfont.vim'
|
||||||
|
Plug 'lambdalisue/glyph-palette.vim'
|
||||||
|
Plug 'lambdalisue/fern-renderer-nerdfont.vim'
|
||||||
|
Plug 'lambdalisue/fern-git-status.vim'
|
||||||
|
Plug 'lambdalisue/fern.vim'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
colorscheme catppuccin-mocha
|
colorscheme catppuccin-mocha
|
||||||
@ -69,8 +74,12 @@
|
|||||||
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
nnoremap <leader>fg <cmd>Telescope live_grep<cr>
|
||||||
nnoremap <leader>fb <cmd>Telescope buffers<cr>
|
nnoremap <leader>fb <cmd>Telescope buffers<cr>
|
||||||
nnoremap <leader>fh <cmd>Telescope help_tags<cr>
|
nnoremap <leader>fh <cmd>Telescope help_tags<cr>
|
||||||
|
nnoremap <leader>fi <cmd>Fern %:h<cr>
|
||||||
|
|
||||||
|
|
||||||
let g:user42 = 'tomoron'
|
let g:user42 = 'tomoron'
|
||||||
let g:mail42 = 'tomoron@student.42angouleme.fr'
|
let g:mail42 = 'tomoron@student.42angouleme.fr'
|
||||||
|
let g:fern#renderer = "nerdfont"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
Reference in New Issue
Block a user