diff options
| author | Leander <80996591+m0ntagur@users.noreply.github.com> | 2023-07-22 15:38:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-22 15:38:23 +0200 |
| commit | f60b4dc97bf7204a5bc3fe316df2ce4bd709babd (patch) | |
| tree | 21bb5a36cd7f206bfef73a44fd2a0cdf2a27e82e /nvim/plugin/lspkind.lua | |
| parent | 0561e714bb476d936e51f6e49292542712255dec (diff) | |
Delete nvim directory
Diffstat (limited to 'nvim/plugin/lspkind.lua')
| -rw-r--r-- | nvim/plugin/lspkind.lua | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/nvim/plugin/lspkind.lua b/nvim/plugin/lspkind.lua deleted file mode 100644 index 6027051..0000000 --- a/nvim/plugin/lspkind.lua +++ /dev/null @@ -1,49 +0,0 @@ -require('lspkind').init({
- -- DEPRECATED (use mode instead): enables text annotations
- --
- -- default: true
- -- with_text = true,
-
- -- defines how annotations are shown
- -- default: symbol
- -- options: 'text', 'text_symbol', 'symbol_text', 'symbol'
- mode = 'symbol_text',
-
- -- default symbol map
- -- can be either 'default' (requires nerd-fonts font) or
- -- 'codicons' for codicon preset (requires vscode-codicons font)
- --
- -- default: 'default'
- preset = 'codicons',
-
- -- override preset symbols
- --
- -- default: {}
- symbol_map = {
- Text = "",
- Method = "",
- Function = "",
- Constructor = "",
- Field = "ﰠ",
- Variable = "",
- Class = "ﴯ",
- Interface = "",
- Module = "",
- Property = "ﰠ",
- Unit = "塞",
- Value = "",
- Enum = "",
- Keyword = "",
- Snippet = "",
- Color = "",
- File = "",
- Reference = "",
- Folder = "",
- EnumMember = "",
- Constant = "",
- Struct = "פּ",
- Event = "",
- Operator = "",
- TypeParameter = ""
- },
-})
|
