minor updates; show constants in aerial
This commit is contained in:
@@ -109,6 +109,17 @@ return {
|
||||
-- default_direction = 'prefer_right',
|
||||
min_width = 25,
|
||||
},
|
||||
filter_kind = {
|
||||
"Constant",
|
||||
"Class",
|
||||
"Constructor",
|
||||
"Enum",
|
||||
"Function",
|
||||
"Interface",
|
||||
"Method",
|
||||
"Module",
|
||||
"Struct",
|
||||
},
|
||||
},
|
||||
keys = {
|
||||
{'<Leader>o', ':AerialToggle<LF>'},
|
||||
@@ -145,14 +156,17 @@ return {
|
||||
--[[{
|
||||
'huggingface/llm.nvim',
|
||||
opts = {
|
||||
model = 'qwen2.5-coder:latest',
|
||||
model = 'deepseek-coder-v2',
|
||||
backend = 'ollama',
|
||||
url = 'http://localhost:11434',
|
||||
tokens_to_clear = {"<|endoftext|>", "```", "python", "lua"},
|
||||
lsp = {
|
||||
bin_path = vim.api.nvim_call_function("stdpath", { "data" }) .. "/mason/bin/llm-ls",
|
||||
}
|
||||
},
|
||||
context_window = 10240,
|
||||
enable_suggestions_on_startup = true,
|
||||
},
|
||||
}, ]]--
|
||||
},]]--
|
||||
{
|
||||
'mason-org/mason-lspconfig.nvim',
|
||||
dependencies = {
|
||||
@@ -266,7 +280,8 @@ return {
|
||||
-- "rest-nvim/rest.nvim",
|
||||
-- dependencies = {
|
||||
-- "nvim-lua/plenary.nvim",
|
||||
-- "nvim-treesitter/nvim-treesitter"
|
||||
-- "nvim-treesitter/nvim-treesitter",
|
||||
-- "rest-nvim/tree-sitter-http"
|
||||
-- },
|
||||
-- ft = { "http" },
|
||||
-- opts = {
|
||||
|
||||
Reference in New Issue
Block a user