(neovim) disable snippets in cmdline; change lualine theme
This commit is contained in:
parent
b8646e3b6a
commit
8ad3669532
5 changed files with 11 additions and 11 deletions
|
@ -28,10 +28,6 @@ return {
|
||||||
},
|
},
|
||||||
cmdline = {
|
cmdline = {
|
||||||
enabled = false,
|
enabled = false,
|
||||||
completion = { menu = { auto_show = true } },
|
|
||||||
keymap = {
|
|
||||||
["<Tab>"] = { "accept_and_enter", "fallback" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
completion = {
|
completion = {
|
||||||
menu = {
|
menu = {
|
||||||
|
|
|
@ -7,7 +7,7 @@ return {
|
||||||
config = function()
|
config = function()
|
||||||
require("lualine").setup({
|
require("lualine").setup({
|
||||||
options = {
|
options = {
|
||||||
theme = "monokai-pro",
|
theme = "powerline",
|
||||||
section_separators = "",
|
section_separators = "",
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
globalstatus = false,
|
globalstatus = false,
|
||||||
|
|
|
@ -6,11 +6,7 @@ return {
|
||||||
["<Tab>"] = { "accept", "fallback" },
|
["<Tab>"] = { "accept", "fallback" },
|
||||||
},
|
},
|
||||||
cmdline = {
|
cmdline = {
|
||||||
enabled = true,
|
enabled = false,
|
||||||
completion = { menu = { auto_show = true } },
|
|
||||||
keymap = {
|
|
||||||
["<Tab>"] = { "accept_and_enter", "fallback" },
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@ return {
|
||||||
"nvim-lualine/lualine.nvim",
|
"nvim-lualine/lualine.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
options = {
|
options = {
|
||||||
theme = "monokai-pro",
|
theme = "powerline",
|
||||||
section_separators = "",
|
section_separators = "",
|
||||||
component_separators = "",
|
component_separators = "",
|
||||||
globalstatus = false,
|
globalstatus = false,
|
||||||
|
|
8
config/common/nvim/lua/plugins/noice.lua
Normal file
8
config/common/nvim/lua/plugins/noice.lua
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
return {
|
||||||
|
"folke/noice.nvim",
|
||||||
|
opts = {
|
||||||
|
messages = {
|
||||||
|
view_search = false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue