mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Format the plugin configs
This commit is contained in:
BIN
blob/neolite.jpg
Normal file
BIN
blob/neolite.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 93 KiB |
@@ -46,5 +46,5 @@ mason_lspconfig.setup_handlers({
|
||||
if rt_ok then
|
||||
rust_tools.setup({})
|
||||
end
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
@@ -77,9 +77,9 @@ packer.startup(function(use)
|
||||
})
|
||||
|
||||
--use 'neovim/nvim-lspconfig'
|
||||
use 'simrat39/rust-tools.nvim'
|
||||
use("simrat39/rust-tools.nvim")
|
||||
|
||||
-- Debugging
|
||||
--use 'nvim-lua/plenary.nvim'
|
||||
use 'mfussenegger/nvim-dap'
|
||||
use("mfussenegger/nvim-dap")
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user