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 |
@@ -1,5 +1,5 @@
|
|||||||
-- disable netrw
|
-- disable netrw
|
||||||
vim.g.loaded_netrw = 1
|
vim.g.loaded_netrw = 1
|
||||||
vim.g.loaded_netrwPlugin = 1
|
vim.g.loaded_netrwPlugin = 1
|
||||||
|
|
||||||
-- set termguicolors to enable highlight groups
|
-- set termguicolors to enable highlight groups
|
||||||
|
|||||||
@@ -46,5 +46,5 @@ mason_lspconfig.setup_handlers({
|
|||||||
if rt_ok then
|
if rt_ok then
|
||||||
rust_tools.setup({})
|
rust_tools.setup({})
|
||||||
end
|
end
|
||||||
end
|
end,
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -77,9 +77,9 @@ packer.startup(function(use)
|
|||||||
})
|
})
|
||||||
|
|
||||||
--use 'neovim/nvim-lspconfig'
|
--use 'neovim/nvim-lspconfig'
|
||||||
use 'simrat39/rust-tools.nvim'
|
use("simrat39/rust-tools.nvim")
|
||||||
|
|
||||||
-- Debugging
|
-- Debugging
|
||||||
--use 'nvim-lua/plenary.nvim'
|
--use 'nvim-lua/plenary.nvim'
|
||||||
use 'mfussenegger/nvim-dap'
|
use("mfussenegger/nvim-dap")
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user