Compare commits
1 Commits
495738e490
...
2a39dd7c15
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a39dd7c15 |
2
init.lua
2
init.lua
@@ -65,7 +65,7 @@ vim.keymap.set("n", "<leader>qs", function() -- quit and save session local
|
|||||||
end, { noremap = true })
|
end, { noremap = true })
|
||||||
|
|
||||||
vim.keymap.set("n", "<leader>qw", function() -- quit and save session global
|
vim.keymap.set("n", "<leader>qw", function() -- quit and save session global
|
||||||
MiniSessions.write()
|
MiniSessions.write(vim.cmd("pwd"))
|
||||||
vim.cmd("wqa")
|
vim.cmd("wqa")
|
||||||
end, { noremap = true })
|
end, { noremap = true })
|
||||||
|
|
||||||
|
|||||||
0
lua/plugins/completion/treesitter.lua
Normal file
0
lua/plugins/completion/treesitter.lua
Normal file
Reference in New Issue
Block a user