nvim: lsp_signature works batter now, and there's a new commenting plugin
This commit is contained in:
parent
6de33435fa
commit
1fd0917970
3 changed files with 13 additions and 10 deletions
|
@ -182,7 +182,7 @@ M.autosession = function()
|
|||
}
|
||||
require('auto-session').setup(opts)
|
||||
-- save some more things. notably options, resize, winpos, and terminal
|
||||
vim.o.sessionoptions="blank,buffers,curdir,folds,help,options,tabpages,winsize,resize,winpos,terminal"
|
||||
vim.o.sessionoptions="blank,buffers,curdir,folds,help,tabpages,resize,winpos,terminal"
|
||||
-- So I don't forget which one it is
|
||||
vim.cmd 'command! SessionSave SaveSession'
|
||||
vim.cmd 'command! SessionDelete DeleteSession'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue