mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
chore(nvim): updated plugins
This commit is contained in:
parent
beafd0339d
commit
f115a84799
5 changed files with 68 additions and 79 deletions
|
|
@ -116,8 +116,7 @@ vim.diagnostic.config { virtual_text = false, severity_sort = true }
|
|||
vim.lsp.set_log_level "off"
|
||||
|
||||
-- Gutter symbols setup
|
||||
vim.fn.sign_define("DiagnosticSignError",
|
||||
{ text = "E", texthl = "DiagnosticSignError", numhl = "DiagnosticSignError" })
|
||||
vim.fn.sign_define("DiagnosticSignError", { text = "E", texthl = "DiagnosticSignError", numhl = "DiagnosticSignError" })
|
||||
vim.fn.sign_define("DiagnosticSignWarn", { text = "W", texthl = "DiagnosticSignWarn", numhl = "DiagnosticSignWarn" })
|
||||
vim.fn.sign_define("DiagnosticSignHint", { text = "H", texthl = "DiagnosticSignHint", numhl = "DiagnosticSignHint" })
|
||||
vim.fn.sign_define("DiagnosticSignInfo", { text = "·", texthl = "DiagnosticSignInfo", numhl = "DiagnosticSignInfo" })
|
||||
|
|
@ -129,7 +128,7 @@ capabilities = require "cmp_nvim_lsp".default_capabilities(capabilities)
|
|||
----------
|
||||
-- Init --
|
||||
----------
|
||||
require "fidget".setup { text = { spinner = "dots" } }
|
||||
require "fidget".setup()
|
||||
require "neodev".setup()
|
||||
|
||||
-- Folding
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue