parent
bc18bbcf82
commit
7f8b1e586c
5 changed files with 16 additions and 20 deletions
common/home/neovim/plugins
6
common/home/neovim/plugins/codewindow.lua
Normal file
6
common/home/neovim/plugins/codewindow.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
require('codewindow').setup({
|
||||
auto_enable = true,
|
||||
minimap_width = 8,
|
||||
relative = 'editor',
|
||||
window_border = 'none',
|
||||
});
|
|
@ -1,17 +1,3 @@
|
|||
local map = require('mini.map')
|
||||
map.setup({
|
||||
integrations = {
|
||||
map.gen_integration.builtin_search(),
|
||||
map.gen_integration.gitsigns(),
|
||||
map.gen_integration.diagnostic(),
|
||||
},
|
||||
window = {
|
||||
focusable = false,
|
||||
width = 7,
|
||||
winblend = 75,
|
||||
},
|
||||
})
|
||||
|
||||
local ts_input = require('mini.surround').gen_spec.input.treesitter
|
||||
require('mini.surround').setup({
|
||||
custom_surroundings = {
|
||||
|
|
|
@ -5,7 +5,6 @@ function! OpenTree() abort
|
|||
Neotree close
|
||||
Neotree show
|
||||
endif
|
||||
lua MiniMap.open()
|
||||
endfunction
|
||||
|
||||
autocmd VimEnter * call OpenTree()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue