added incline
This commit is contained in:
parent
c54a515556
commit
892ac617ee
@ -43,6 +43,7 @@ opt.expandtab= true
|
|||||||
opt.smartindent= true
|
opt.smartindent= true
|
||||||
opt.title = true
|
opt.title = true
|
||||||
opt.titlestring = '%{getcwd()} - %t'
|
opt.titlestring = '%{getcwd()} - %t'
|
||||||
|
opt.laststatus = 3
|
||||||
|
|
||||||
-- go to previous/next line with h,l,left arrow and right arrow
|
-- go to previous/next line with h,l,left arrow and right arrow
|
||||||
-- when cursor reaches end/beginning of line
|
-- when cursor reaches end/beginning of line
|
||||||
|
@ -186,6 +186,10 @@ return require('packer').startup(function()
|
|||||||
},
|
},
|
||||||
config = get_setup('octo')
|
config = get_setup('octo')
|
||||||
}
|
}
|
||||||
|
use {
|
||||||
|
'b0o/incline.nvim',
|
||||||
|
config = get_setup('incline')
|
||||||
|
}
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require('packer').sync()
|
require('packer').sync()
|
||||||
end
|
end
|
||||||
|
1
lua/setup/incline.lua
Normal file
1
lua/setup/incline.lua
Normal file
@ -0,0 +1 @@
|
|||||||
|
require('incline').setup()
|
Loading…
x
Reference in New Issue
Block a user