moreeeee updates . ..

This commit is contained in:
Jimmy Bates 2024-04-21 04:50:58 -07:00
parent 0ed010f399
commit b94345a27a
7 changed files with 30 additions and 10 deletions

View file

@ -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,
}

View file

@ -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' },

View file

@ -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 = {