mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(neovim): Command palette to bottom-left
- nui command palette at top was distracting; bottom-left over the status line is more natural
This commit is contained in:
@@ -89,6 +89,14 @@ return {
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
opts = {
|
||||
views = {
|
||||
cmdline_popup = {
|
||||
position = {
|
||||
row = "98%", -- Above statusline
|
||||
col = "0%",
|
||||
},
|
||||
},
|
||||
},
|
||||
lsp = {
|
||||
progress = {
|
||||
throttle = 1000 / 100,
|
||||
|
||||
Reference in New Issue
Block a user