update
This commit is contained in:
@@ -3,6 +3,7 @@ vim.g.mapleader = ' '
|
||||
vim.g.maplocalleader = ' '
|
||||
|
||||
-- Disable built-in plugins
|
||||
-- Mark plugins as “1=already loaded” so Neovim skips loading them
|
||||
vim.loader.enable()
|
||||
vim.g.loaded_gzip = 1
|
||||
vim.g.loaded_tar = 1
|
||||
@@ -23,6 +24,8 @@ vim.g.loaded_rplugin = 1
|
||||
vim.g.loaded_netrw = 1 -- use nvim-tree instead
|
||||
vim.g.loaded_netrwPlugin = 1
|
||||
|
||||
vim.g.markdown_recommended_style = 0 -- Disable MD built-in styling
|
||||
|
||||
-- UI
|
||||
vim.g.have_nerd_font = true
|
||||
vim.opt.termguicolors = false
|
||||
|
||||
@@ -14,6 +14,8 @@ function M.get()
|
||||
{ 'https://github.com/nvim-treesitter/nvim-treesitter', version = 'master' },
|
||||
{ 'https://github.com/mfussenegger/nvim-lint' },
|
||||
{ 'https://github.com/stevearc/conform.nvim' },
|
||||
|
||||
{ 'https://github.com/MeanderingProgrammer/render-markdown.nvim' },
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user