This commit is contained in:
Henrik Bakken
2024-11-11 11:20:07 +01:00
parent 09d58f843b
commit b16308cb1d
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
vim.o.colorcolumn = "100"
vim.opt.tabstop = 2
vim.opt.shiftwidth = 2
vim.opt.softtabstop = 2
+2 -2
View File
@@ -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