final fixes
This commit is contained in:
parent
99f1e6f7ef
commit
46a6fcfb4d
|
|
@ -80,6 +80,8 @@ require('lazy').setup({
|
||||||
require 'plugins_config/tree-sitter', -- manage lint, indentation and some othe language related tasks
|
require 'plugins_config/tree-sitter', -- manage lint, indentation and some othe language related tasks
|
||||||
require 'plugins_config/harpoon', -- Improve workflow for multiple files
|
require 'plugins_config/harpoon', -- Improve workflow for multiple files
|
||||||
require 'plugins_config/code_runner', -- Code runner
|
require 'plugins_config/code_runner', -- Code runner
|
||||||
|
require 'plugins_config/indent_line', -- Indentation visualizer
|
||||||
|
require 'plugins_config/lint', -- Linter config
|
||||||
|
|
||||||
-- Broken configs/Testing config
|
-- Broken configs/Testing config
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ return { -- You can easily change to a different colorscheme.
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
vim.cmd.colorscheme 'tokyonight-night'
|
vim.cmd.colorscheme 'tokyonight-night'
|
||||||
end,
|
end,
|
||||||
}, --
|
}
|
||||||
|
|
|
||||||
|
|
@ -258,7 +258,6 @@ return {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
}
|
|
||||||
{ -- Autocompletion
|
{ -- Autocompletion
|
||||||
'saghen/blink.cmp',
|
'saghen/blink.cmp',
|
||||||
event = 'VimEnter',
|
event = 'VimEnter',
|
||||||
|
|
@ -357,3 +356,4 @@ return {
|
||||||
signature = { enabled = true },
|
signature = { enabled = true },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue