moreeeee updates . ..
This commit is contained in:
parent
0ed010f399
commit
b94345a27a
7 changed files with 30 additions and 10 deletions
|
|
@ -90,6 +90,6 @@ return {
|
|||
|
||||
-- Install golang specific config
|
||||
require('dap-go').setup()
|
||||
require('dap-python').setup()
|
||||
require('dap-python').setup '~/.config/nvim/.venv/bin/python'
|
||||
end,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,13 +6,10 @@ return {
|
|||
config = function()
|
||||
local lint = require 'lint'
|
||||
lint.linters_by_ft = {
|
||||
markdown = { 'markdownlint' },
|
||||
python = { 'mypy', 'ruff' },
|
||||
yaml = { 'yamllint' },
|
||||
cmake = { 'cmakelint' },
|
||||
cpp = { 'cppcheck' },
|
||||
c = { 'cppcheck' },
|
||||
json = { 'jsonlint' },
|
||||
javascript = { 'eslint' },
|
||||
css = { 'stylelint' },
|
||||
html = { 'tidy' },
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ return {
|
|||
keys = {
|
||||
{ '<C-e>', ':Neotree toggle<CR>', { desc = 'NeoTree toggle' } },
|
||||
{ '<leader>e', ':Neotree reveal<CR>', mode = '', desc = '[E]xplore files' },
|
||||
{ '<leader>E', ':Neotree buffers<CR>', mode = '', desc = '[E]xplore buffers' },
|
||||
},
|
||||
opts = {
|
||||
filesystem = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue