mirror of
https://github.com/pratiktri/dotfiles.git
synced 2026-02-04 16:41:43 +05:30
feat(nvim): v0.11: Use native LSP, Completion, Diagnostics
- Move all language LSP configurations to `nvim/lsp` - Move nvim LSP configurations to `nvim/lua/core` - Remove LSP attach keymaps where default ones exists and are usable - Reorged LSP attach keymaps per plugin - Move Lazy.nvim configurations to `nvim/lua/core` - `nvim/init.lua` cleaned to only load other files - Uniform diagnostics symbols across lualine & gutter
This commit is contained in:
@@ -252,10 +252,10 @@ return {
|
||||
{
|
||||
"diagnostics",
|
||||
symbols = {
|
||||
error = config.icons.diagnostics.Error,
|
||||
warn = config.icons.diagnostics.Warn,
|
||||
info = config.icons.diagnostics.Info,
|
||||
hint = config.icons.diagnostics.Hint,
|
||||
error = config.icons.diagnostics.ERROR,
|
||||
warn = config.icons.diagnostics.WARN,
|
||||
info = config.icons.diagnostics.INFO,
|
||||
hint = config.icons.diagnostics.HINT,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user