Compare commits
2
Commits
098457b5d4
...
0fffee1c1a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0fffee1c1a
|
||
|
|
51b5279d2e
|
+1
-1
@@ -13,7 +13,7 @@
|
||||
"src": "https://github.com/mfussenegger/nvim-dap"
|
||||
},
|
||||
"nvim-lspconfig": {
|
||||
"rev": "85e732c62ac59ab7c12df71ddd020baa87948390",
|
||||
"rev": "84252f9832fb5b9024fe9f7258e7c2aff915e6fb",
|
||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
"nvim-treesitter": {
|
||||
|
||||
@@ -12,7 +12,7 @@ vim.o.list = true -- Show helpful text indicators
|
||||
vim.o.number = true -- Show line numbers
|
||||
vim.o.pumheight = 10 -- Make popup menu smaller
|
||||
vim.o.pummaxwidth = 60 -- Make popup menu not too wide
|
||||
vim.o.shortmess = 'CFOSWaco' -- Disable some built-in completion messages
|
||||
vim.o.shortmess = 'CFOSWacou' -- Disable some built-in completion messages
|
||||
vim.o.signcolumn = 'yes' -- Always show signcolumn (less flicker)
|
||||
vim.o.splitbelow = true -- Horizontal splits will be below
|
||||
vim.o.splitkeep = 'screen' -- Reduce scroll during window split
|
||||
|
||||
@@ -100,6 +100,7 @@ leader("sw", function() MiniSessions.write() end, "Write current")
|
||||
leader("tT", "<cmd>horizontal term<CR>", "Terminal (horizontal)")
|
||||
leader("tt", "<cmd>vertical term<CR>", "Terminal (vertical)")
|
||||
leader("tc", "<cmd>vertical term claude<CR>", "Claude")
|
||||
leader("tf", function() require("terminal").open_terminal_app("bash") end, "Terminal (popup)")
|
||||
leader("tg", function() require("terminal").open_terminal_app("lazygit") end, "LazyGit")
|
||||
leader("ts", function() require("terminal").open_terminal_app("lazysql") end, "LazySQL")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user