mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 08: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",
|
"MunifTanjim/nui.nvim",
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
|
views = {
|
||||||
|
cmdline_popup = {
|
||||||
|
position = {
|
||||||
|
row = "98%", -- Above statusline
|
||||||
|
col = "0%",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
lsp = {
|
lsp = {
|
||||||
progress = {
|
progress = {
|
||||||
throttle = 1000 / 100,
|
throttle = 1000 / 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user