feat: disable lsp_lines by default
This commit is contained in:
parent
96499d0d67
commit
dd7a3ba0c4
2 changed files with 0 additions and 5 deletions
|
@ -7,6 +7,5 @@ vim.api.nvim_create_autocmd('VimResized', {
|
||||||
|
|
||||||
vim.cmd([[
|
vim.cmd([[
|
||||||
command! CosmicUpdate lua require('cosmic.utils.cosmic').update()
|
command! CosmicUpdate lua require('cosmic.utils.cosmic').update()
|
||||||
command! CosmicSync lua require('cosmic.utils.cosmic').sync_plugins(true)
|
|
||||||
command! LspFormat lua vim.lsp.buf.format()
|
command! LspFormat lua vim.lsp.buf.format()
|
||||||
]])
|
]])
|
||||||
|
|
|
@ -8,10 +8,6 @@ function M.get_install_dir()
|
||||||
return config_dir
|
return config_dir
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.sync_plugins()
|
|
||||||
vim.cmd(':Lazy sync')
|
|
||||||
end
|
|
||||||
|
|
||||||
-- update instance of CosmicNvim
|
-- update instance of CosmicNvim
|
||||||
function M.update()
|
function M.update()
|
||||||
local Logger = require('cosmic.utils.logger')
|
local Logger = require('cosmic.utils.logger')
|
||||||
|
|
Loading…
Add table
Reference in a new issue