mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-13 04:51:15 +02:00
nvim: added projection for session and project management
This commit is contained in:
@@ -125,6 +125,9 @@ require("dictionaries")
|
||||
-- load plugins (autoload all files in plugin folder)
|
||||
require("loadplugins")
|
||||
|
||||
-- load commands to be run automatically
|
||||
require("autocmd")
|
||||
|
||||
-- load general mapped keys
|
||||
require("keymap")
|
||||
|
||||
@@ -132,3 +135,6 @@ vim.cmd([[
|
||||
set foldopen-=hor
|
||||
set foldclose-=hor
|
||||
]])
|
||||
|
||||
-- Save localoptions to session file
|
||||
vim.opt.sessionoptions:append("localoptions")
|
||||
|
Reference in New Issue
Block a user