202 current 2025-01-11 03:59:58 25.05.20241217.d3c42f1 6.6.66 *
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
plugins = with pkgs.vimPlugins; [
|
plugins = with pkgs.vimPlugins; [
|
||||||
vim-nix
|
vim-nix
|
||||||
coc-nvim
|
# coc-nvim
|
||||||
{
|
{
|
||||||
plugin = goyo-vim;
|
plugin = goyo-vim;
|
||||||
config = toLuaFile ./plugins/goyo.lua;
|
config = toLuaFile ./plugins/goyo.lua;
|
||||||
@@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
{
|
{
|
||||||
plugin = nvim-tree-lua;
|
plugin = nvim-tree-lua;
|
||||||
config = toLuaFile ./plugins/nerdtree.lua;
|
config = toLuaFile ./plugins/nvimtree.lua;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -9,11 +9,11 @@ require('nvim-tree').setup({
|
|||||||
sort_by = 'case_sensitive',
|
sort_by = 'case_sensitive',
|
||||||
view = {
|
view = {
|
||||||
adaptive_size = false,
|
adaptive_size = false,
|
||||||
mappings = {
|
-- mappings = {
|
||||||
list = {
|
-- list = {
|
||||||
{ key = 'u', action = 'dir_up' },
|
-- { key = 'u', action = 'dir_up' },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
width = 30,
|
width = 30,
|
||||||
},
|
},
|
||||||
renderer = {
|
renderer = {
|
||||||
Reference in New Issue
Block a user