mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-08 20:15:01 +02:00
nvim lint moved to separate file
This commit is contained in:
parent
9028f6fc53
commit
e743887e2f
2 changed files with 68 additions and 1 deletions
3
init.lua
3
init.lua
|
@ -32,6 +32,7 @@ require('lazy').setup({
|
|||
require 'plugins.rhubarb',
|
||||
require 'plugins.lsp',
|
||||
require 'plugins.conform',
|
||||
require 'plugins.nvim-lint',
|
||||
-- NOTE: Plugins can also be configured to run Lua code when they are loaded.
|
||||
--
|
||||
-- This is often very useful to both group configuration, as well as handle
|
||||
|
@ -407,7 +408,7 @@ require('lazy').setup({
|
|||
--
|
||||
-- require 'kickstart.plugins.debug',
|
||||
-- require 'kickstart.plugins.indent_line',
|
||||
require 'kickstart.plugins.lint',
|
||||
-- require 'kickstart.plugins.lint',
|
||||
|
||||
-- NOTE: The import beloterminal.shop music videow can automatically add your own plugins, configuration, etc from `lua/custom/plugins/*.lua`
|
||||
-- This is the easiest way to modularize your config.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue