move lsp back to plugin mapping
This commit is contained in:
@@ -309,6 +309,13 @@
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
|
||||
plugins = {
|
||||
lualine.enable = true;
|
||||
lsp-lines.enable = true;
|
||||
lsp-format.enable = true;
|
||||
|
||||
lsp = {
|
||||
inlayHints.enable = true;
|
||||
servers = {
|
||||
@@ -371,7 +378,7 @@
|
||||
}
|
||||
{
|
||||
key = "K";
|
||||
lspBufAction = "hover";
|
||||
lspBufAction = "hover { border = 'single' }";
|
||||
options.desc = "Hover";
|
||||
options.silent = true;
|
||||
mode = [ "n" ];
|
||||
@@ -409,9 +416,6 @@
|
||||
];
|
||||
};
|
||||
|
||||
plugins = {
|
||||
lualine.enable = true;
|
||||
|
||||
neo-tree = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user