updates
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
vim.o.colorcolumn = "100"
|
||||||
|
vim.opt.tabstop = 2
|
||||||
|
vim.opt.shiftwidth = 2
|
||||||
|
vim.opt.softtabstop = 2
|
||||||
+2
-2
@@ -738,7 +738,7 @@ require("lazy").setup({
|
|||||||
local server_configs = {
|
local server_configs = {
|
||||||
pyright = {
|
pyright = {
|
||||||
python = {
|
python = {
|
||||||
analysis = { typeCheckingMode = "standard" },
|
analysis = { autoImportCompletions = false, diagnosticMode = "openFilesOnly" },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
lua_ls = {
|
lua_ls = {
|
||||||
@@ -795,7 +795,6 @@ require("lazy").setup({
|
|||||||
"html", -- html
|
"html", -- html
|
||||||
"jsonls", -- json
|
"jsonls", -- json
|
||||||
"lua_ls", -- lua
|
"lua_ls", -- lua
|
||||||
"marksman", -- markdown
|
|
||||||
"pyright", -- python
|
"pyright", -- python
|
||||||
"yamlls", -- yaml
|
"yamlls", -- yaml
|
||||||
},
|
},
|
||||||
@@ -816,6 +815,7 @@ require("lazy").setup({
|
|||||||
dependencies = { "MunifTanjim/nui.nvim" },
|
dependencies = { "MunifTanjim/nui.nvim" },
|
||||||
config = function()
|
config = function()
|
||||||
require("noice").setup({
|
require("noice").setup({
|
||||||
|
views = { hover = { scrollbar = false } },
|
||||||
cmdline = { enabled = true, view = "cmdline_popup" },
|
cmdline = { enabled = true, view = "cmdline_popup" },
|
||||||
messages = {
|
messages = {
|
||||||
enabled = true, -- enables the Noice messages UI
|
enabled = true, -- enables the Noice messages UI
|
||||||
|
|||||||
Reference in New Issue
Block a user